]> matita.cs.unibo.it Git - helm.git/commitdiff
more refere to bindings in env type definition
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 20 Sep 2005 15:23:15 +0000 (15:23 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 20 Sep 2005 15:23:15 +0000 (15:23 +0000)
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