X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnCicElim.mli;h=826374fabb27c54ea1ffb1e2531032891ba05847;hb=894d518aa760c9f816ddb0dc2b3fa88e1fe20a94;hp=470a800a1f3b048a52facf851af9f191b9758774;hpb=a4a2345e2efaf4cc64aa4daf40e2bce05a400f12;p=helm.git diff --git a/matita/components/ng_tactics/nCicElim.mli b/matita/components/ng_tactics/nCicElim.mli index 470a800a1..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 -> 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