aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/tacmach.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-11-20 01:08:53 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-02-14 17:30:24 +0100
commitc72bf7330bb32970616be4dddc7571f3b91c1562 (patch)
treeff731fd0358e2bbb5f9b60ae0815b5130d894f08 /proofs/tacmach.ml
parent67507df457be05ee5b651a423031a8cd584934ef (diff)
Eqdecide API using EConstr.
Diffstat (limited to 'proofs/tacmach.ml')
-rw-r--r--proofs/tacmach.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/proofs/tacmach.ml b/proofs/tacmach.ml
index b732e5b9d..aa54e4f9b 100644
--- a/proofs/tacmach.ml
+++ b/proofs/tacmach.ml
@@ -23,6 +23,8 @@ open Context.Named.Declaration
module NamedDecl = Context.Named.Declaration
+let compute env sigma c = EConstr.of_constr (compute env sigma c)
+
let re_sig it gc = { it = it; sigma = gc; }
(**************************************************************)