1 2 3 4 5 6 7 8 9
module SignIn.Action ( Action(..) ) where type Action = UpdateLogin String | WaitingServer | ValidLogin | ErrorLogin String