diff options
| author | Yves Bertot | 2018-05-01 21:30:53 +0200 |
|---|---|---|
| committer | Yves Bertot | 2018-05-01 21:30:53 +0200 |
| commit | b5c0be9687aad69913e24354a041f188ee25efaf (patch) | |
| tree | 210789d582f5d0220ab95713c2769fd4b4c550c3 /tuto0/src | |
a first project on how to organize files and define a simple query
Diffstat (limited to 'tuto0/src')
| -rw-r--r-- | tuto0/src/g_tuto0.ml4 | 5 | ||||
| -rw-r--r-- | tuto0/src/tuto0_plugin.mlpack | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tuto0/src/g_tuto0.ml4 b/tuto0/src/g_tuto0.ml4 new file mode 100644 index 0000000000..5e0fa36e51 --- /dev/null +++ b/tuto0/src/g_tuto0.ml4 @@ -0,0 +1,5 @@ +open Pp + +VERNAC COMMAND EXTEND HelloWorld CLASSIFIED AS QUERY +| [ "HelloWorld" ] -> [ Feedback.msg_notice (strbrk "Hello World!") ] +END
\ No newline at end of file diff --git a/tuto0/src/tuto0_plugin.mlpack b/tuto0/src/tuto0_plugin.mlpack new file mode 100644 index 0000000000..9360e6036e --- /dev/null +++ b/tuto0/src/tuto0_plugin.mlpack @@ -0,0 +1 @@ +G_tuto0
\ No newline at end of file |
