diff options
| author | Pierre-Marie Pédrot | 2016-10-03 14:46:58 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-05-19 15:17:31 +0200 |
| commit | 94f4ade387013a2e3fe8d1042fbd152088ce1daa (patch) | |
| tree | f33b1d425b38be9e7713245792a1cb19279e3385 /ltac2_plugin.mlpack | |
Introduction of the Ltac2 plugin.
For now, it is only a simple mini-ML whose effects are the proofview monad.
There is no facility to manipulate terms nor any hardwired tactic.
Pattern-matching is restricted to superficial constructors, the language is
lacking a lot of user-friendly interfaces, the grammar is crappy, and much
more.
Diffstat (limited to 'ltac2_plugin.mlpack')
| -rw-r--r-- | ltac2_plugin.mlpack | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ltac2_plugin.mlpack b/ltac2_plugin.mlpack new file mode 100644 index 0000000000..561bd0eb0a --- /dev/null +++ b/ltac2_plugin.mlpack @@ -0,0 +1,6 @@ +Tac2env +Tac2intern +Tac2interp +Tac2entries +Tac2core +G_ltac2 |
