Skip to content

Instantly share code, notes, and snippets.

@zraffer
Created October 7, 2014 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zraffer/9da7a2f52efdbb60dac3 to your computer and use it in GitHub Desktop.
Save zraffer/9da7a2f52efdbb60dac3 to your computer and use it in GitHub Desktop.
Monoid_Unit : Type -> Type
Monoid_Unit carrier = carrier
data TypeUnit : (Monoid_Unit Type) where
MkTypeUnit : TypeUnit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment