1 2 3 4 5 6 7
module Model.Action.SignInAction ( SignInAction(..) ) where type SignInAction = Connecting | ErrorLogin String