Skip to content

Instantly share code, notes, and snippets.

@reite
Created September 8, 2015 11:54
Show Gist options
  • Save reite/4f144f31d4cd53e79fe4 to your computer and use it in GitHub Desktop.
Save reite/4f144f31d4cd53e79fe4 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