X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicElim.mli;h=b341d36a4cbe9b7a3a93d184754ebd32b18f36ea;hb=58bd1746df1d9dc734f8ac75220d25997c09bed1;hp=828028d0ad289c2f6edf3f18842a0c905cdb2d36;hpb=cbd78f48f8aa055e2d66922291717842d84383d1;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicElim.mli b/helm/ocaml/cic_proof_checking/cicElim.mli index 828028d0a..b341d36a4 100644 --- a/helm/ocaml/cic_proof_checking/cicElim.mli +++ b/helm/ocaml/cic_proof_checking/cicElim.mli @@ -23,8 +23,12 @@ * http://helm.cs.unibo.it/ *) -(** @param uri inductive type uri +exception Failure of string + +(** @param sort target sort, defaults to Type +* @param uri inductive type uri * @param typeno inductive type number +* @raise Failure *) -val elim_of: UriManager.uri -> int -> Cic.term +val elim_of: ?sort:Cic.sort -> UriManager.uri -> int -> Cic.term