Skip to content

Commit

Permalink
make ormolu happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Aug 31, 2022
1 parent c0b6117 commit 83d3752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Core/Extra/Base.hs
Expand Up @@ -60,7 +60,7 @@ mkLet' = mkLet Info.empty
mkCase :: Info -> Node -> [CaseBranch] -> Maybe Node -> Node
mkCase i v bs def = NCase (Case i v bs def)

mkCase':: Node -> [CaseBranch] -> Maybe Node -> Node
mkCase' :: Node -> [CaseBranch] -> Maybe Node -> Node
mkCase' = mkCase Info.empty

mkIf :: Info -> Node -> Node -> Node -> Node
Expand Down

0 comments on commit 83d3752

Please sign in to comment.