Skip to content

Instantly share code, notes, and snippets.

@fusion5
Created April 15, 2020 06:38
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 fusion5/1b1add69ca1ada1d927e5c77c5e341bc to your computer and use it in GitHub Desktop.
Save fusion5/1b1add69ca1ada1d927e5c77c5e341bc to your computer and use it in GitHub Desktop.
class Documentation m where
doc :: String -> m
-- M1 and M2 are monads.
instance Documentation (M1 ()) where
doc = ...
instance Documentation (M2 ()) where
doc = ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment