From d663a1b5c2bc10fa125ae485ce53d2ec5bc691a6 Mon Sep 17 00:00:00 2001 From: Matej Košík Date: Mon, 7 May 2018 10:38:24 +0200 Subject: add some more material (preliminary provided in "tuto2" directory) As it is, it probably need to be edited: (it may be a good idea to drop redundant part; it may be a good idea to make the style of the new information consistent with the already existing material; ...) --- tuto2/_CoqProject | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tuto2/_CoqProject (limited to 'tuto2/_CoqProject') diff --git a/tuto2/_CoqProject b/tuto2/_CoqProject new file mode 100644 index 0000000000..ca139558ed --- /dev/null +++ b/tuto2/_CoqProject @@ -0,0 +1,6 @@ +-R theories/ Tuto +-I src + +theories/Test.v +src/demo.ml4 +src/tuto_plugin.mlpack \ No newline at end of file -- cgit v1.2.3 From a7bf1793f1e570097a745060f04bc9ad8fb1d752 Mon Sep 17 00:00:00 2001 From: Matej Košík Date: Mon, 7 May 2018 11:09:48 +0200 Subject: fix some details --- tuto2/_CoqProject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tuto2/_CoqProject') diff --git a/tuto2/_CoqProject b/tuto2/_CoqProject index ca139558ed..f38ee8d6a6 100644 --- a/tuto2/_CoqProject +++ b/tuto2/_CoqProject @@ -3,4 +3,4 @@ theories/Test.v src/demo.ml4 -src/tuto_plugin.mlpack \ No newline at end of file +src/tuto_plugin.mlpack -- cgit v1.2.3