diff options
| author | Enrico Tassi | 2019-06-17 13:36:47 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-06-17 13:36:47 +0200 |
| commit | 658db3a8b75a338df6b07d0f0e5034bb81bcfd16 (patch) | |
| tree | e63e0c217ed75e4a8bafcf6c30d7cf5a1bcf0a61 /doc/plugin_tutorial/tuto2/theories/Test.v | |
| parent | 5d18dfed8e68dd964bca5d64ca6bdd9f8ffbb1df (diff) | |
| parent | 2f5fefcd76259d5e0aee5ef5076ae4c4dd662ec1 (diff) | |
Merge PR #10368: Update, expand, and document plugin tutorial 2
Ack-by: SkySkimmer
Reviewed-by: gares
Ack-by: tlringer
Diffstat (limited to 'doc/plugin_tutorial/tuto2/theories/Test.v')
| -rw-r--r-- | doc/plugin_tutorial/tuto2/theories/Test.v | 19 |
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. |
