This commit is contained in:
Richard Feldman
2018-08-16 03:40:54 -05:00
parent bb38d331b4
commit 4fcaad042a

View File

@@ -14,7 +14,7 @@ import Username exposing (Username)
type alias Cred = type alias Cred =
-- 👉 TODO make Cred an opaque type, then fix the resulting compiler errors. -- 👉 TODO make Cred an opaque type, then fix the resulting compiler errors.
-- Afterwards, it should no longer be possible for any other module to access -- Afterwards, it should no longer be possible for any other module to access
-- this `token` vale directly! -- this `token` value directly!
-- --
-- 💡 HINT: Other modules still depend on being able to access the -- 💡 HINT: Other modules still depend on being able to access the
-- `username` value. Expand this module's API to expose a new way for them -- `username` value. Expand this module's API to expose a new way for them