From: Claudio Sacerdoti Coen Date: Mon, 5 Nov 2007 09:48:59 +0000 (+0000) Subject: New OCaml keyword "val". X-Git-Tag: 0.4.95@7852~54 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=e88f7f320046bc68d979d419dec0957b03ccdca4 New OCaml keyword "val". --- diff --git a/components/cic_exportation/cicExportation.ml b/components/cic_exportation/cicExportation.ml index 71de7716a..769dc916c 100644 --- a/components/cic_exportation/cicExportation.ml +++ b/components/cic_exportation/cicExportation.ml @@ -62,7 +62,8 @@ let analyze_type context t = let ppid = let reserved = [ "to"; - "mod" + "mod"; + "val" ] in function n ->