Skip to content

Instantly share code, notes, and snippets.

@frms-
Created July 2, 2014 23:34
Show Gist options
  • Save frms-/8529abd6a0ae8f34d06a to your computer and use it in GitHub Desktop.
Save frms-/8529abd6a0ae8f34d06a to your computer and use it in GitHub Desktop.
trim xs = dropSpaces $ zipWith const xs (dropSpaces (reverse xs))
where dropSpaces = dropWhile isSpace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment