]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCic.ml
$(H) added :)
[helm.git] / helm / software / components / ng_kernel / nCic.ml
index 08726422eec6ece793d546610f7aba54d885c58f..4fd950af0f80c51d0be583080a04993dad576a05 100644 (file)
@@ -108,8 +108,9 @@ type i_attr = generated * ind_pragma
 type obj_kind =
  | Constant  of relevance * string * term option * term * c_attr
  | Fixpoint  of bool * inductiveFun list * f_attr
+                (* true -> fix, funcs, arrts *)
  | Inductive of bool * int * inductiveType list * i_attr
-                (* (co)inductive, leftno, types *)
+                (* true -> inductive, leftno, types *)
 
  (* the int must be 0 if the object has no body *)
 type obj = NUri.uri * int * metasenv * substitution * obj_kind