]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nReference.mli
Fixes:
[helm.git] / helm / software / components / ng_kernel / nReference.mli
index 703d32d02e7f0e99418ec5041bab7eaf823abd5f..1de23ad8b9b6bd647cca4f07c589471d9412559b 100644 (file)
@@ -29,5 +29,7 @@ val reference_of_string: string -> reference
 
 (* given the reference of an inductive type, returns the i-th contructor *)
 val mk_constructor: int -> reference -> reference
+(* given the reference of an inductive type constructor, returns the indty *)
+val mk_indty: bool -> reference -> reference
 val mk_fix: int -> int -> reference -> reference
 val mk_cofix: int -> reference -> reference