aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/rawterm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/rawterm.ml')
-rw-r--r--pretyping/rawterm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/rawterm.ml b/pretyping/rawterm.ml
index c7e2b0eb3..9f39a1db9 100644
--- a/pretyping/rawterm.ml
+++ b/pretyping/rawterm.ml
@@ -143,7 +143,7 @@ type ('a,'b) red_expr_gen =
| Unfold of (int list * 'b) list
| Fold of 'a list
| Pattern of (int list * 'a) list
- | ExtraRedExpr of string * 'a list
+ | ExtraRedExpr of string * 'a
type 'a or_metanum = AN of loc * 'a | MetaNum of loc * int