Skip to content

Instantly share code, notes, and snippets.

@eHammarstrom
Last active September 16, 2017 09:47
Show Gist options
  • Save eHammarstrom/1f8ef31545f365563197b6f197cc8f06 to your computer and use it in GitHub Desktop.
Save eHammarstrom/1f8ef31545f365563197b6f197cc8f06 to your computer and use it in GitHub Desktop.
Don't bind a specific Integer to a Monoid
import Data.Monoid
mappend (Product $ getSum $ mappend (Sum 3) (Sum 5)) (Product 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment