]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic/cicUtil.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / cic / cicUtil.mli
index f6087be52cdf8d120513e40a51bd67d33a573470..c9dd896b9c3902f199976bbd5259e1c80fc329d2 100644 (file)
@@ -54,7 +54,6 @@ val id_of_annterm: Cic.annterm -> Cic.id
 val params_of_obj: Cic.obj -> UriManager.uri list
 val attributes_of_obj: Cic.obj -> Cic.attribute list
 val projections_of_record: Cic.obj -> UriManager.uri -> UriManager.uri list
-val arity_of_composed_coercion: Cic.obj -> int
 val is_generated: Cic.obj -> bool
 
 (** mk_rels [howmany] [from] 
@@ -67,8 +66,8 @@ val rehash_obj: Cic.obj -> Cic.obj
 
 val alpha_equivalence: Cic.term -> Cic.term -> bool
 
-(* FG: Consistency Check 
- * detects applications without arguments
+(* FG: Consistency Check. Detects:
+ * applications without arguments, folded applications, non-positive rels
  *)
 val is_sober: Cic.context -> Cic.term -> bool