X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fcomponents%2Fng_tactics%2FnCicElim.mli;h=0d547347d491c5dba46e1633fbb3e9ba10c66863;hb=647504aa72b84eb49be8177b88a9254174e84d4b;hp=826374fabb27c54ea1ffb1e2531032891ba05847;hpb=cacbe3c6493ddce76c4c13379ade271d8dd172e8;p=helm.git diff --git a/matitaB/components/ng_tactics/nCicElim.mli b/matitaB/components/ng_tactics/nCicElim.mli index 826374fab..0d547347d 100644 --- a/matitaB/components/ng_tactics/nCicElim.mli +++ b/matitaB/components/ng_tactics/nCicElim.mli @@ -11,8 +11,8 @@ (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *) -val mk_elims: #NCic.status -> NCic.obj -> NotationPt.term NotationPt.obj list +val mk_elims: #NCicEnvironment.status -> NCic.obj -> NotationPt.term NotationPt.obj list val mk_projections: - #NCic.status -> NCic.obj -> NotationPt.term NotationPt.obj list + #NCicEnvironment.status -> NCic.obj -> NotationPt.term NotationPt.obj list val ast_of_sort : NCic.sort -> [> `NCProp of string | `NType of string | `Prop ] * string