X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnCicElim.mli;h=826374fabb27c54ea1ffb1e2531032891ba05847;hb=f9abd21eb0d26cf9b632af4df819225be4d091e3;hp=bbb96facbf573dac789db752b58eb556152406c9;hpb=2c01ff6094173915e7023076ea48b5804dca7778;p=helm.git diff --git a/matita/components/ng_tactics/nCicElim.mli b/matita/components/ng_tactics/nCicElim.mli index bbb96facb..826374fab 100644 --- a/matita/components/ng_tactics/nCicElim.mli +++ b/matita/components/ng_tactics/nCicElim.mli @@ -11,7 +11,8 @@ (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *) -val mk_elims: NCic.obj -> CicNotationPt.term CicNotationPt.obj list -val mk_projections: NCic.obj -> CicNotationPt.term CicNotationPt.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