diff --git a/src/Schema.hs b/src/Schema.hs index 8d2ab9c..b7b59cd 100644 --- a/src/Schema.hs +++ b/src/Schema.hs @@ -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