X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_tactics%2FnCicElim.mli;h=bbb96facbf573dac789db752b58eb556152406c9;hb=88efee4c688d660d2205c5933d302770acb5b407;hp=8366f1702286912ea50363a082ed249c2c17f452;hpb=43eef00462911f52ff53360e812b5b937097d05a;p=helm.git diff --git a/helm/software/components/ng_tactics/nCicElim.mli b/helm/software/components/ng_tactics/nCicElim.mli index 8366f1702..bbb96facb 100644 --- a/helm/software/components/ng_tactics/nCicElim.mli +++ b/helm/software/components/ng_tactics/nCicElim.mli @@ -11,4 +11,7 @@ (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *) -val mk_elims: NCic.obj -> NCic.obj list +val mk_elims: NCic.obj -> CicNotationPt.term CicNotationPt.obj list +val mk_projections: NCic.obj -> CicNotationPt.term CicNotationPt.obj list +val ast_of_sort : + NCic.sort -> [> `NCProp of string | `NType of string | `Prop ] * string