]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_tactics/nCicElim.mli
HUGE COMMIT:
[helm.git] / matita / components / ng_tactics / nCicElim.mli
index 470a800a1f3b048a52facf851af9f191b9758774..826374fabb27c54ea1ffb1e2531032891ba05847 100644 (file)
@@ -11,7 +11,8 @@
 
 (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *)
 
-val mk_elims: NCic.obj -> NotationPt.term NotationPt.obj list
-val mk_projections: NCic.obj -> NotationPt.term NotationPt.obj list
+val mk_elims: #NCic.status -> NCic.obj -> NotationPt.term NotationPt.obj list
+val mk_projections:
+ #NCic.status -> NCic.obj -> NotationPt.term NotationPt.obj list
 val ast_of_sort : 
   NCic.sort -> [> `NCProp of string | `NType of string | `Prop ]  * string