Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbion-J committed Jun 30, 2022
1 parent dad20db commit d534c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/desugarEffects.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ class main_traversal simple_tycon_env =
let module WP = SourceCode.WithPos in
function
| Typename _ as t -> super#aliasbody t
| Effectname (r, _) ->
| Effectname (r, _) -> (* hack to cleanup the row and desugar properly *)
let wp = cleanup_effects tycon_env (WP.dummy (Effect r)) in
match WP.node wp with
| Effect r -> (o, Effectname(r, None))
Expand Down

0 comments on commit d534c5a

Please sign in to comment.