X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fauto%2Fformula.mli;h=78df01c72361527f1e066de0a420f779d31b81d4;hp=a537b2c6460f359cb8895375dd1ce02e009c092e;hb=f5e7e53901bfc30b6234e6026a2c984bfceff694;hpb=a3d6ecbcea379fa51785848a5b8b53bca4e4bdd2 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 =