]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nReference.mli
...
[helm.git] / helm / software / components / ng_kernel / nReference.mli
index fcb12a995d8f7a59d68684ce78d9cda36bcfc976..703d32d02e7f0e99418ec5041bab7eaf823abd5f 100644 (file)
@@ -15,11 +15,11 @@ exception IllFormedReference of string Lazy.t
 
 type spec = 
  | Decl 
- | Def of int (* height *)
- | Fix of int * int * int (* fixno, recparamno, height *)
+ | Def of int              (* height *)
+ | Fix of int * int * int  (* fixno, recparamno, height *)
  | CoFix of int
- | Ind of bool * int (* inductive, indtyno *)
- | Con of int * int (* indtyno, constrno *)
+ | Ind of bool * int * int (* inductive, indtyno, leftno *)
+ | Con of int * int * int  (* indtyno, constrno, leftno  *)
 
 type reference = private Ref of NUri.uri * spec