]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCic.ml
Reduction speedup (a.k.a. better sharing):
[helm.git] / helm / software / components / ng_kernel / nCic.ml
index 97733891e8745b4e3251500878f4804abe1743ef..e520422160ab7fc77a41069b3970b960c4b2ca6d 100644 (file)
@@ -19,7 +19,8 @@ type universe = (bool * NUri.uri) list
 
 type sort = Prop | Type of universe
 
-type implicit_annotation = [ `Closed | `Type | `Hole | `Term | `Typeof of int ]
+type implicit_annotation =
+ [ `Closed | `Type | `Hole | `Term | `Typeof of int | `Vector ]
 
 type lc_kind = Irl of int | Ctx of term list