aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtForm.mli
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2020-03-31 15:06:08 +0200
committerChantal Keller <Chantal.Keller@inria.fr>2020-03-31 15:06:08 +0200
commit4c8654c57666e27637ba2f60ee5c6455176c7a1d (patch)
tree192f58ba2aa699ba206f385bc6e1924e08efe7d7 /src/trace/smtForm.mli
parentf227beb117105cf4372187112614ce4aec1c5d9b (diff)
downloadsmtcoq-4c8654c57666e27637ba2f60ee5c6455176c7a1d.tar.gz
smtcoq-4c8654c57666e27637ba2f60ee5c6455176c7a1d.zip
Port to coq-8.10 under progress
Diffstat (limited to 'src/trace/smtForm.mli')
-rw-r--r--src/trace/smtForm.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/trace/smtForm.mli b/src/trace/smtForm.mli
index ad7d2ca..fead657 100644
--- a/src/trace/smtForm.mli
+++ b/src/trace/smtForm.mli
@@ -97,10 +97,10 @@ module type FORM =
val to_array : reify -> 'a -> (pform -> 'a) -> int * 'a array
val interp_tbl : reify -> Structures.constr * Structures.constr
val nvars : reify -> int
- (** Producing a Coq term corresponding to the interpretation
- of a formula *)
- (** [interp_atom] map [hatom] to coq term, it is better if it produce
- shared terms. *)
+ (* Producing a Coq term corresponding to the interpretation
+ of a formula *)
+ (* [interp_atom] map [hatom] to coq term, it is better if it produce
+ shared terms. *)
val interp_to_coq :
(hatom -> Structures.constr) -> (int, Structures.constr) Hashtbl.t ->
t -> Structures.constr