diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml index 3a9085f725b..fab9403db14 100644 --- a/src/boot/me/trans.ml +++ b/src/boot/me/trans.ml @@ -2720,7 +2720,7 @@ let trans_visitor (curr_iso:Ast.ty_iso option) : unit = match slot.Ast.slot_mode with - Ast.MODE_alias + Ast.MODE_alias -> () (* Aliases are always free to drop. *) | Ast.MODE_local -> drop_ty ty_params cell (slot_ty slot) curr_iso