1-- keep layout that was written by the user in infix
2foo :: Bool -> a -> a
3b `foo` a = _
4
5