aboutsummaryrefslogtreecommitdiffstats
path: root/src/trace/smtAtom.mli
diff options
context:
space:
mode:
authorckeller <ckeller@users.noreply.github.com>2019-03-11 20:25:35 +0100
committerGitHub <noreply@github.com>2019-03-11 20:25:35 +0100
commita88e3b3b6ad01a9b85c828b9a1225732275affee (patch)
treeacc3768695698a80867b4ce941ab4cb7b4b99d7a /src/trace/smtAtom.mli
parent33010bfa6345549d8b9b0c06f44150b60d0c86e5 (diff)
downloadsmtcoq-a88e3b3b6ad01a9b85c828b9a1225732275affee.tar.gz
smtcoq-a88e3b3b6ad01a9b85c828b9a1225732275affee.zip
V8.8 (#42)
* Towards 8.8 * Towards 8.8 * Towards 8.8 * Towards 8.8 * Towards 8.8 * Towards 8.8 * Towards 8.8 * Organization structures * 8.8 ok with standard coq
Diffstat (limited to 'src/trace/smtAtom.mli')
-rw-r--r--src/trace/smtAtom.mli26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/trace/smtAtom.mli b/src/trace/smtAtom.mli
index a542ad6..a6a1761 100644
--- a/src/trace/smtAtom.mli
+++ b/src/trace/smtAtom.mli
@@ -76,14 +76,14 @@ module Op :
val create : unit -> reify_tbl
- val declare : reify_tbl -> Term.constr -> btype array ->
+ val declare : reify_tbl -> Structures.constr -> btype array ->
btype -> string option -> indexed_op
- val of_coq : reify_tbl -> Term.constr -> indexed_op
+ val of_coq : reify_tbl -> Structures.constr -> indexed_op
- val interp_tbl : Term.constr ->
- (btype array -> btype -> Term.constr -> Term.constr) ->
- reify_tbl -> Term.constr
+ val interp_tbl : Structures.constr ->
+ (btype array -> btype -> Structures.constr -> Structures.constr) ->
+ reify_tbl -> Structures.constr
val to_list : reify_tbl -> (int * (btype array) * btype * indexed_op) list
@@ -143,18 +143,18 @@ module Atom :
(** Given a coq term, build the corresponding atom *)
val of_coq : ?hash:bool -> SmtBtype.reify_tbl -> Op.reify_tbl ->
- reify_tbl -> SmtMisc.logic -> Environ.env -> Evd.evar_map -> Term.constr -> t
+ reify_tbl -> SmtMisc.logic -> Environ.env -> Evd.evar_map -> Structures.constr -> t
- val get_coq_term_op : int -> Term.constr
+ val get_coq_term_op : int -> Structures.constr
- val to_coq : t -> Term.constr
+ val to_coq : t -> Structures.constr
val to_array : reify_tbl -> 'a -> (atom -> 'a) -> 'a array
- val interp_tbl : reify_tbl -> Term.constr
+ val interp_tbl : reify_tbl -> Structures.constr
- val interp_to_coq : Term.constr -> (int, Term.constr) Hashtbl.t ->
- t -> Term.constr
+ val interp_to_coq : Structures.constr -> (int, Structures.constr) Hashtbl.t ->
+ t -> Structures.constr
val logic : t -> SmtMisc.logic
@@ -202,5 +202,5 @@ module Trace : sig
end
-val make_t_i : SmtBtype.reify_tbl -> Term.constr
-val make_t_func : Op.reify_tbl -> Term.constr -> Term.constr
+val make_t_i : SmtBtype.reify_tbl -> Structures.constr
+val make_t_func : Op.reify_tbl -> Structures.constr -> Structures.constr