packages feed

ormolu-0.3.1.0: 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