diff options
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 78611d51ca..0c9112d902 100644 --- a/src/tac2expr.mli +++ b/src/tac2expr.mli @@ -186,7 +186,7 @@ type valexpr = (** Closures *) | ValOpn of KerName.t * valexpr array (** Open constructors *) -| ValExt of Geninterp.Val.t +| ValExt : 'a Geninterp.Val.typ * 'a -> valexpr (** Arbitrary data *) and closure = { |
