X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FcicElim.mli;h=f1f84c92eafcc4d575ed78fbe89889efe443d885;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=0d81b7a60b9198d8f4374431e58a7581231623d4;hpb=358cefe50cccd4cb7d8e2a9cecb7efcb5780b8a3;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/cicElim.mli b/helm/ocaml/cic_proof_checking/cicElim.mli index 0d81b7a60..f1f84c92e 100644 --- a/helm/ocaml/cic_proof_checking/cicElim.mli +++ b/helm/ocaml/cic_proof_checking/cicElim.mli @@ -28,9 +28,9 @@ exception Can_t_eliminate (** internal error while generating elimination principle *) -exception Elim_failure of string +exception Elim_failure of string Lazy.t -(** @param sort target sort, defaults to Type +(** @param sort target sort * @param uri inductive type uri * @param typeno inductive type number * @raise Failure @@ -38,4 +38,4 @@ exception Elim_failure of string * @return Cic constant corresponding to the required elimination principle * and its uri *) -val elim_of: ?sort:Cic.sort -> UriManager.uri -> int -> UriManager.uri * Cic.obj +val elim_of: sort:Cic.sort -> UriManager.uri -> int -> UriManager.uri * Cic.obj