]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicElim.mli
snapshot, not yet completed, but ...
[helm.git] / helm / ocaml / cic_proof_checking / cicElim.mli
index 828028d0ad289c2f6edf3f18842a0c905cdb2d36..b341d36a4cbe9b7a3a93d184754ebd32b18f36ea 100644 (file)
  * 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