]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/cic/cicUtil.mli
- cicUtil: is_sober now detects non-positive rels.
[helm.git] / helm / software / components / cic / cicUtil.mli
index 237aa19a436fb6f0bdfb51dd9571e967d367569b..c9dd896b9c3902f199976bbd5259e1c80fc329d2 100644 (file)
@@ -66,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 and folded applications
+(* FG: Consistency Check. Detects:
+ * applications without arguments, folded applications, non-positive rels
  *)
 val is_sober: Cic.context -> Cic.term -> bool