X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FnReference.mli;h=703d32d02e7f0e99418ec5041bab7eaf823abd5f;hb=283c65c5e52db9bc3ee712358faa6cd6b48d38d0;hp=fcb12a995d8f7a59d68684ce78d9cda36bcfc976;hpb=345f329e767d0b4a1a87d10e08f92657a95c10ac;p=helm.git diff --git a/helm/software/components/ng_kernel/nReference.mli b/helm/software/components/ng_kernel/nReference.mli index fcb12a995..703d32d02 100644 --- a/helm/software/components/ng_kernel/nReference.mli +++ b/helm/software/components/ng_kernel/nReference.mli @@ -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