Skip to content

Instantly share code, notes, and snippets.

@MarcelineVQ
Created September 5, 2020 03:01
Show Gist options
  • Save MarcelineVQ/0182e9d0c2e2dc51d684330ee3f4c96e to your computer and use it in GitHub Desktop.
Save MarcelineVQ/0182e9d0c2e2dc51d684330ee3f4c96e to your computer and use it in GitHub Desktop.
public export
Semigroup a => Semigroup (Managed a) where
x <+> y = [| x <+> y |]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment