aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/satAtom.mli
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2022-02-16 10:38:15 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2022-02-16 10:38:15 +0100
commit04964c70f5afd95d66fc76945e62dce773a3b3bc (patch)
tree7b42f4cc08f327519fed40edc0872795695bc9f4 /src/trace/satAtom.mli
parentc163813243e1b38b7d8c10b49d78a728d747e0e5 (diff)
downloadsmtcoq-04964c70f5afd95d66fc76945e62dce773a3b3bc.tar.gz
smtcoq-04964c70f5afd95d66fc76945e62dce773a3b3bc.zip
Add debugging information for uninterpreted functions
Diffstat (limited to 'src/trace/satAtom.mli')
-rw-r--r--src/trace/satAtom.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/satAtom.mli b/src/trace/satAtom.mli
index 311b147..875e1ad 100644
--- a/src/trace/satAtom.mli
+++ b/src/trace/satAtom.mli
@@ -18,7 +18,7 @@ module Atom : sig
val is_bool_type : t -> bool
val is_bv_type : t -> bool
- val to_smt : Format.formatter -> t -> unit
+ val to_smt : ?debug:bool -> Format.formatter -> t -> unit
val logic : t -> SmtMisc.logic
type reify_tbl = {