summaryrefslogtreecommitdiff
path: root/src/rewriter.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/rewriter.ml')
-rw-r--r--src/rewriter.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rewriter.ml b/src/rewriter.ml
index 2f83d532..025bade2 100644
--- a/src/rewriter.ml
+++ b/src/rewriter.ml
@@ -2634,7 +2634,6 @@ let rewrite_undefined mwords =
let rec simple_typ (Typ_aux (typ_aux, l) as typ) = Typ_aux (simple_typ_aux typ_aux, l)
and simple_typ_aux = function
- | Typ_wild -> Typ_wild
| Typ_id id -> Typ_id id
| Typ_app (id, [_; _; _; Typ_arg_aux (Typ_arg_typ typ, l)]) when Id.compare id (mk_id "vector") = 0 ->
Typ_app (mk_id "list", [Typ_arg_aux (Typ_arg_typ (simple_typ typ), l)])