aboutsummaryrefslogtreecommitdiff
path: root/src/tac2interp.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-24 14:58:46 +0200
committerPierre-Marie Pédrot2017-08-24 15:41:15 +0200
commit7d496e618f35a17b8432ac3c7205138f03c95fd2 (patch)
tree747295c3a1364d96bc446abc491a53da3322729f /src/tac2interp.ml
parent0232b0de849998d3394a4e6a2ab6232a75897610 (diff)
Introducing a quotation for global references.
Diffstat (limited to 'src/tac2interp.ml')
-rw-r--r--src/tac2interp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac2interp.ml b/src/tac2interp.ml
index 664b7de3d6..d3bc79957b 100644
--- a/src/tac2interp.ml
+++ b/src/tac2interp.ml
@@ -105,7 +105,7 @@ let rec interp ist = function
| GTacExt e ->
let GenArg (Glbwit tag, e) = e in
let tpe = Tac2env.interp_ml_object tag in
- tpe.Tac2env.ml_interp ist e >>= fun e -> return (ValExt e)
+ tpe.Tac2env.ml_interp ist e
and interp_app f args = match f with
| ValCls { clos_env = ist; clos_var = ids; clos_exp = e } ->