Skip to content

Commit

Permalink
tee freaking hee
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Jun 10, 2024
1 parent a1661ed commit c82bdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Karen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ parse lang =
>=> mapM menuParser
)
)
>=> filterM (((/= "stängt") <$>) <$> (^.^ mFood))
>=> filterM (((/= "stängt") <$>) . (^.^ mFood))
>=> menusToEitherNoLunch
where
failWithNoMenu :: Show a => (a -> Either String b) -> a -> Either NoMenu b
Expand Down

0 comments on commit c82bdbf

Please sign in to comment.