Skip to content

Instantly share code, notes, and snippets.

@jjant
Created September 9, 2018 19:36
Show Gist options
  • Select an option

  • Save jjant/9b575b8bfeccc2d36c60841f75853ae9 to your computer and use it in GitHub Desktop.

Select an option

Save jjant/9b575b8bfeccc2d36c60841f75853ae9 to your computer and use it in GitHub Desktop.
FreeMonoid implementation
data FreeMonoid t
= Zero
| Combine t (FreeMonoid t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment