aboutsummaryrefslogtreecommitdiff
path: root/doc/plugin_tutorial/tuto2/theories/Test.v
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugin_tutorial/tuto2/theories/Test.v')
-rw-r--r--doc/plugin_tutorial/tuto2/theories/Test.v19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/plugin_tutorial/tuto2/theories/Test.v b/doc/plugin_tutorial/tuto2/theories/Test.v
deleted file mode 100644
index 38e83bfff1..0000000000
--- a/doc/plugin_tutorial/tuto2/theories/Test.v
+++ /dev/null
@@ -1,19 +0,0 @@
-Declare ML Module "demo_plugin".
-
-Cmd1.
-Cmd2 With Some Terminal Parameters.
-Cmd3 42.
-Cmd4 100 200 300 400.
-Cmd5 Foo_5.
-Cmd5 Bar_5.
-Cmd6.
-Cmd7.
-Cmd7.
-Cmd7.
-
-Goal True.
-Proof.
- tactic1.
- tactic2 Foo_2.
- tactic2 Bar_2.
-Abort.