diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/me/trans.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml index 3a9085f7..fab9403d 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 |