diff options
| author | Matthieu Sozeau | 2014-05-06 10:30:51 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2014-05-06 10:30:51 +0200 |
| commit | d40091c015b68cc1a8403ca5dcc74323bf939f37 (patch) | |
| tree | 482709c898f37550e81f601e760badf1723fc663 /dev | |
| parent | 0857007106234d46e1b30170f36635ad631653c6 (diff) | |
Remove Lemmas from base_include, it's not linked in dev/printers anymore
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/base_include | 3 |
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 |
