Skip to content

Instantly share code, notes, and snippets.

@reite
Created September 8, 2015 11:54
Show Gist options
  • Save reite/bdd2ed0f5e1baa2dcdc4 to your computer and use it in GitHub Desktop.
Save reite/bdd2ed0f5e1baa2dcdc4 to your computer and use it in GitHub Desktop.
data Action a where
AddUser :: Username -> Password -> Action UserId
DeleteUser :: UserId -> Action ()
deriving (Typeable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment