X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnCic.ml;h=4490ee0485c218a4b7681d5c3c0048c45198abd9;hb=53b957fd45c47b20d698503c9bb67e2ef3ab98e1;hp=32b79f02a2f898a2dadd8472b7aef08a38adca36;hpb=2007402c996678701798d71124a1a255529061ee;p=helm.git diff --git a/helm/software/components/ng_kernel/nCic.ml b/helm/software/components/ng_kernel/nCic.ml index 32b79f02a..4490ee048 100644 --- a/helm/software/components/ng_kernel/nCic.ml +++ b/helm/software/components/ng_kernel/nCic.ml @@ -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