]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationEnv.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_notation / cicNotationEnv.ml
index 9a4a8e20b8ad0e57fdc101f49b20479d412da33c..62212f92fba871d7462d1b3ac80bb13d0574a193 100644 (file)
@@ -44,7 +44,7 @@ exception Type_mismatch of string * value_type
 
 type declaration = string * value_type
 type binding = string * (value_type * value)
-type t = (string * (value_type * value)) list
+type t = binding list
 
 let lookup env name =
   try