hmt-0.16: Haskell Music Theory

Safe HaskellSafe
LanguageHaskell98

Music.Theory.String

Description

String functions.

Synopsis

Documentation

filter_cr :: String -> String Source #

Remove r.

delete_trailing_whitespace :: String -> String Source #

Delete trailing Char where isSpace holds.

delete_trailing_whitespace "   str   " == "   str"