Jikka.Common.Parse.JoinLines
joinLinesWithParens :: forall m a. (MonadError Error m, Show a) => (a -> Bool) -> (a -> Bool) -> (a -> Bool) -> [WithLoc a] -> m [WithLoc a] Source #
removeEmptyLines :: forall a. (a -> Bool) -> [WithLoc a] -> [WithLoc a] Source #