aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/structures.ml
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2019-01-29 14:51:31 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2019-01-29 14:51:31 +0100
commit3165bb9c1853cd2e471e28c52418dee865d181c3 (patch)
tree35bd4edf8afe2b1d6773e435b07b887ca509338c /src/versions/standard/structures.ml
parent7021c53d4ecf97c82ccebb6bb45f5305d8b482ea (diff)
downloadsmtcoq-3165bb9c1853cd2e471e28c52418dee865d181c3.tar.gz
smtcoq-3165bb9c1853cd2e471e28c52418dee865d181c3.zip
Cleanup
Diffstat (limited to 'src/versions/standard/structures.ml')
-rw-r--r--src/versions/standard/structures.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/versions/standard/structures.ml b/src/versions/standard/structures.ml
index 3dbcad2..cf5a272 100644
--- a/src/versions/standard/structures.ml
+++ b/src/versions/standard/structures.ml
@@ -75,8 +75,6 @@ let mkTrace step_to_coq next _ clist cnil ccons cpair size step def_step r =
(* Differences between the two versions of Coq *)
-type names_id_t = Names.Id.t
-
let dummy_loc = Loc.ghost
let mkUConst c =
@@ -131,8 +129,6 @@ let pr_constr_env env = Printer.pr_constr_env env Evd.empty
let lift = Vars.lift
-type rel_decl = Context.Rel.Declaration.t
-
let destruct_rel_decl r = Context.Rel.Declaration.get_name r,
Context.Rel.Declaration.get_type r