diff options
| author | Pierre-Marie Pédrot | 2017-08-29 18:17:19 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2017-08-29 18:26:41 +0200 |
| commit | 31e686c2904c3015eaec18ce502d4e8afe565850 (patch) | |
| tree | bb4a3d41d1a8352049b9a60d00247c4d5d1efdda /src/tac2expr.mli | |
| parent | 94397f6e022176a29add6369f0a310b1d7decf62 (diff) | |
Rolling our own dynamic types for Ltac2.
This prevents careless confusions with generic arguments from Coq.
Diffstat (limited to 'src/tac2expr.mli')
| -rw-r--r-- | src/tac2expr.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac2expr.mli b/src/tac2expr.mli index 42203a32e5..0b02ba2656 100644 --- a/src/tac2expr.mli +++ b/src/tac2expr.mli @@ -185,7 +185,7 @@ type valexpr = (** Closures *) | ValOpn of KerName.t * valexpr array (** Open constructors *) -| ValExt : 'a Geninterp.Val.typ * 'a -> valexpr +| ValExt : 'a Tac2dyn.Val.tag * 'a -> valexpr (** Arbitrary data *) and closure = { |
