X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcic%2FcicUtil.mli;h=c9dd896b9c3902f199976bbd5259e1c80fc329d2;hb=d2545ffd201b1aa49887313791386add78fa8603;hp=66fbebe47ea8e2fa9038ecc3b79d1bb4bcb4f2b3;hpb=84e6cbe962c9a534be48542c098d7bb0d90be9a1;p=helm.git diff --git a/helm/software/components/cic/cicUtil.mli b/helm/software/components/cic/cicUtil.mli index 66fbebe47..c9dd896b9 100644 --- a/helm/software/components/cic/cicUtil.mli +++ b/helm/software/components/cic/cicUtil.mli @@ -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 +(* FG: Consistency Check. Detects: + * applications without arguments, folded applications, non-positive rels *) val is_sober: Cic.context -> Cic.term -> bool