Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- stripMargin :: Text -> Text
Documentation
stripMargin :: Text -> Text Source #
remove however many spaces prefix all of the lines of the input e.g. stripMargin [here| def foo: blah blah |] == [here| def foo: blah blah |]T