Skip to content

Instantly share code, notes, and snippets.

@VitorLuizC
Last active January 23, 2018 15:35
Show Gist options
  • Select an option

  • Save VitorLuizC/2d4e35034a45ba42593469c40a4fadb4 to your computer and use it in GitHub Desktop.

Select an option

Save VitorLuizC/2d4e35034a45ba42593469c40a4fadb4 to your computer and use it in GitHub Desktop.
Haskell - Tudo que aprendi lendo o código dos outros e pesquisando depois.
module User (
User
) where
data User = User {
name :: String,
id :: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment