X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fauto%2Fformula.mli;h=78df01c72361527f1e066de0a420f779d31b81d4;hb=cd87d0f43eb81563fd303875ff4c83fe382ea99f;hp=a537b2c6460f359cb8895375dd1ce02e009c092e;hpb=902bbf3612fbad7cad16d5492b52317c83191fcd;p=tatoo.git diff --git a/src/auto/formula.mli b/src/auto/formula.mli index a537b2c..78df01c 100644 --- a/src/auto/formula.mli +++ b/src/auto/formula.mli @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) module type PREDICATE = @@ -24,7 +24,7 @@ sig val eval : ctx -> t -> bool val neg : t -> t include Utils.Hcons.Abstract with type t := t - include Utils.Sigs.AUX.Printable with type t := t + include Utils.Common_sig.Printable with type t := t end type ('formula,'pred) expr =