aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMatthieu Sozeau2014-05-06 10:30:51 +0200
committerMatthieu Sozeau2014-05-06 10:30:51 +0200
commitd40091c015b68cc1a8403ca5dcc74323bf939f37 (patch)
tree482709c898f37550e81f601e760badf1723fc663 /dev
parent0857007106234d46e1b30170f36635ad631653c6 (diff)
Remove Lemmas from base_include, it's not linked in dev/printers anymore
Diffstat (limited to 'dev')
-rw-r--r--dev/base_include3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/base_include b/dev/base_include
index c58a357487..fa6add7d36 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -15,6 +15,7 @@
#directory "printing";;
#directory "grammar";;
#directory "intf";;
+#directory "stm";;
#directory "+camlp4";; (* lazy solution: add both of camlp4/5 so that *)
#directory "+camlp5";; (* Gramext is found in top_printers.ml *)
@@ -154,7 +155,7 @@ open Command
open Indschemes
open Ind_tables
open Auto_ind_decl
-open Lemmas
+(* open Lemmas *)
open Coqinit
open Coqtop
open Discharge