diff options
Diffstat (limited to 'src/boot/me/alias.ml')
| -rw-r--r-- | src/boot/me/alias.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/alias.ml b/src/boot/me/alias.ml index 2c507335..d98316ef 100644 --- a/src/boot/me/alias.ml +++ b/src/boot/me/alias.ml @@ -41,7 +41,7 @@ let alias_analysis_visitor begin fun i slot -> match slot.Ast.slot_mode with - Ast.MODE_alias _ -> + Ast.MODE_alias -> alias_atom args.(i) | _ -> () end |