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, 19 insertions, 0 deletions
diff --git a/doc/plugin_tutorial/tuto2/theories/Test.v b/doc/plugin_tutorial/tuto2/theories/Test.v
new file mode 100644
index 0000000000..38e83bfff1
--- /dev/null
+++ b/doc/plugin_tutorial/tuto2/theories/Test.v
@@ -0,0 +1,19 @@
+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.