aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/satAtom.mli
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2022-02-17 10:52:58 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2022-02-17 10:52:58 +0100
commite6700583360b7e32f139e2e4779257a2f7cfa355 (patch)
tree0c089643a72b1fee5c06fd73b2cd948030922dcf /src/trace/satAtom.mli
parent4a2db61b8f59a2871de4f4b69522193ff9440261 (diff)
parent55d2990e9bf607c3c2f75bf98348bee19de03656 (diff)
downloadsmtcoq-e6700583360b7e32f139e2e4779257a2f7cfa355.tar.gz
smtcoq-e6700583360b7e32f139e2e4779257a2f7cfa355.zip
Merge remote-tracking branch 'origin/coq-8.12' into coq-8.13
Diffstat (limited to 'src/trace/satAtom.mli')
-rw-r--r--src/trace/satAtom.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trace/satAtom.mli b/src/trace/satAtom.mli
index 311b147..9f4272c 100644
--- a/src/trace/satAtom.mli
+++ b/src/trace/satAtom.mli
@@ -1,7 +1,7 @@
(**************************************************************************)
(* *)
(* SMTCoq *)
-(* Copyright (C) 2011 - 2021 *)
+(* Copyright (C) 2011 - 2022 *)
(* *)
(* See file "AUTHORS" for the list of authors *)
(* *)
@@ -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 = {