| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/main-menu/src/Update/SendSignIn.elm')
| -rw-r--r-- | src/main-menu/src/Update/SendSignIn.elm | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/main-menu/src/Update/SendSignIn.elm b/src/main-menu/src/Update/SendSignIn.elm deleted file mode 100644 index 9e28c95..0000000 --- a/src/main-menu/src/Update/SendSignIn.elm +++ /dev/null @@ -1,29 +0,0 @@ -module Update.SendSignIn exposing (apply_to) --- Elm ------------------------------------------------------------------------- - --- Map ------------------------------------------------------------------- -import Comm.SendSignIn - -import Struct.Event -import Struct.Model - --------------------------------------------------------------------------------- --- LOCAL ----------------------------------------------------------------------- --------------------------------------------------------------------------------- - --------------------------------------------------------------------------------- --- EXPORTED -------------------------------------------------------------------- --------------------------------------------------------------------------------- -apply_to : ( - Struct.Model.Type -> - (Struct.Model.Type, (Cmd Struct.Event.Type)) - ) -apply_to model = - ( - model, - (case (Comm.SendSignIn.try model) of - (Just cmd) -> cmd - Nothing -> Cmd.none - ) - ) - |


