From a4c7f8bd98be2a200489325ff7c5061cf80ab4f3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 27 Dec 2016 16:53:30 +0100 Subject: Imported Upstream version 8.6 --- tactics/geninterp.ml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 tactics/geninterp.ml (limited to 'tactics/geninterp.ml') diff --git a/tactics/geninterp.ml b/tactics/geninterp.ml deleted file mode 100644 index 0ad3abb5..00000000 --- a/tactics/geninterp.ml +++ /dev/null @@ -1,38 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* - Goal.goal Evd.sigma -> 'glb -> Evd.evar_map * 'top - -module InterpObj = -struct - type ('raw, 'glb, 'top) obj = ('glb, 'top) interp_fun - let name = "interp" - let default _ = None -end - -module Interp = Register(InterpObj) - -let interp = Interp.obj -let register_interp0 = Interp.register0 - -let generic_interp ist gl v = - let unpacker wit v = - let (sigma, ans) = interp wit ist gl (glb v) in - (sigma, in_gen (topwit wit) ans) - in - unpack { unpacker; } v -- cgit v1.2.3