Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created August 19, 2015 11:59
Show Gist options
  • Save shigemk2/e63c711efec4ab472eb4 to your computer and use it in GitHub Desktop.
Save shigemk2/e63c711efec4ab472eb4 to your computer and use it in GitHub Desktop.
import Data.Monoid
main = do
print $ LT `mappend` GT
print $ GT `mappend` LT
print $ mempty `mappend` LT
print $ mempty `mappend` GT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment