diff options
| author | Pierre-Marie Pédrot | 2017-09-14 21:28:32 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-09-14 21:34:21 +0200 |
| commit | 97bcc97fab0e9c0967c7f723e24ba0f238bd94ff (patch) | |
| tree | 16179b89485290454765a50856999a1c45c751f6 /src/tac2expr.mli | |
| parent | 7cee394fc0c6a7a28def2222be0289d6083f47c2 (diff) | |
Moving valexpr definition to Tac2ffi.
Diffstat (limited to 'src/tac2expr.mli')
| -rw-r--r-- | src/tac2expr.mli | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/tac2expr.mli b/src/tac2expr.mli index bbe127e94d..c787870c65 100644 --- a/src/tac2expr.mli +++ b/src/tac2expr.mli @@ -187,27 +187,3 @@ type frame = | FrExtn : ('a, 'b) Tac2dyn.Arg.tag * 'b -> frame type backtrace = frame list - -type ('a, _) arity = -| OneAty : ('a, 'a -> 'a Proofview.tactic) arity -| AddAty : ('a, 'b) arity -> ('a, 'a -> 'b) arity - -type valexpr = -| ValInt of int - (** Immediate integers *) -| ValBlk of tag * valexpr array - (** Structured blocks *) -| ValStr of Bytes.t - (** Strings *) -| ValCls of ml_tactic - (** Closures *) -| ValOpn of KerName.t * valexpr array - (** Open constructors *) -| ValExt : 'a Tac2dyn.Val.tag * 'a -> valexpr - (** Arbitrary data *) - -and ml_tactic = MLTactic : (valexpr, 'v) arity * 'v -> ml_tactic - -type environment = { - env_ist : valexpr Id.Map.t; -} |
