Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Apr 4, 2013
1 parent 9090596 commit 8bbf1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Schema.hs
Expand Up @@ -31,8 +31,8 @@ type QuestionListener = QuestionAnswer -> String -> QuestionAnswer

-- A user links to its questionnaires.
data QuestionnaireId = TrailerId U.UUID | SymptomId U.UUID
newtype GuestKey = U.UUID
newtype UserId = U.UUID
newtype GuestKey = GuestKey U.UUID
newtype UserId = UserId U.UUID

data User = User { email :: String
, phone :: String
Expand Down

0 comments on commit 8bbf1a0

Please sign in to comment.