ormolu-0.8.1.1: data/examples/declaration/value/function/pattern/many-guards-in-singleline.hs
foobar x | x <- 5 = 5 | x <- 6 = 6 | otherwise = 7 foobaz | x <- 5 = 5 | x <- 6 = 6 | otherwise = 7
foobar x | x <- 5 = 5 | x <- 6 = 6 | otherwise = 7 foobaz | x <- 5 = 5 | x <- 6 = 6 | otherwise = 7