]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nReference.mli
trust implemented, but in the nCicTypeChecker!
[helm.git] / helm / software / components / ng_kernel / nReference.mli
index de468c3c10cdb67776fb877bab4b02af15bb4857..1ed27e94dca32e817d221b44f9411a1119235d36 100644 (file)
@@ -28,6 +28,8 @@ val string_of_reference: reference -> string
 
 (* given the reference of an inductive type, returns the i-th contructor *)
 val mk_constructor: int -> reference -> reference
+val mk_fix: int -> int -> reference -> reference
+val mk_cofix: int -> reference -> reference
 
 
 (* CACCA *)