From 8aef0199bed6fde2233704deda4116453fca869f Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Fri, 28 Jul 2017 18:05:58 +0200 Subject: Moving the Ltac2 FFI to a separate file. --- src/tac2stdlib.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tac2stdlib.ml') diff --git a/src/tac2stdlib.ml b/src/tac2stdlib.ml index 89a8d98693..25d83c06fb 100644 --- a/src/tac2stdlib.ml +++ b/src/tac2stdlib.ml @@ -12,12 +12,14 @@ open Tac2expr open Tac2core open Proofview.Notations +module Value = Tac2ffi + (** Standard tactics sharing their implementation with Ltac1 *) let pname s = { mltac_plugin = "ltac2"; mltac_tactic = s } let return x = Proofview.tclUNIT x -let v_unit = Tac2core.Value.of_unit () +let v_unit = Value.of_unit () let lift tac = tac <*> return v_unit -- cgit v1.2.3