]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCic.ml
new instantiate, only known bug is w.r.t. in/out scope and file matita/contribs/ng_as...
[helm.git] / helm / software / components / ng_kernel / nCic.ml
index 32b79f02a2f898a2dadd8472b7aef08a38adca36..4490ee0485c218a4b7681d5c3c0048c45198abd9 100644 (file)
@@ -56,7 +56,12 @@ type hypothesis = string * context_entry   (* name, entry *)
 
 type context = hypothesis list
 
-type meta_attrs = [`Name of string | `IsSort | `InScope | `OutScope of int] list
+type meta_attr = 
+  [ `Name of string 
+  | `IsTerm | `IsType | `IsSort 
+  | `InScope | `OutScope of int]
+
+type meta_attrs = meta_attr list
 
 type conjecture =  meta_attrs * context * term