]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCic.ml
freescale porting, work in progress
[helm.git] / helm / software / components / ng_kernel / nCic.ml
index 1f02ee7d8e5406c713f32cff20d1e2926699a436..e520422160ab7fc77a41069b3970b960c4b2ca6d 100644 (file)
 (********************************* TERMS ************************************)
 
 type universe = (bool * NUri.uri) list 
-  (* Max of non-empty list of named universes, or their successor (when true) *)
+  (* Max of non-empty list of named universes, or their successor (when true) 
+   * The empty list represents type0 *)
 
 type sort = Prop | Type of universe
 
-type implicit_annotation = [ `Closed | `Type | `Hole | `Term ]
+type implicit_annotation =
+ [ `Closed | `Type | `Hole | `Term | `Typeof of int | `Vector ]
 
 type lc_kind = Irl of int | Ctx of term list