| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-12-26 17:47:38 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-12-26 17:47:38 +0100 |
| commit | 7c727df4fb7e15e396959f59048f22bb346aef13 (patch) | |
| tree | 1c8340bbb9c4751a3b9eab1f9419cd7636d4421f /src/ElmModule | |
| parent | 9c46df53ad401e060664aafe8fdfbcb9a3da5731 (diff) | |
Still far from ready, but what is linked to src/Main.elm does compile.
Diffstat (limited to 'src/ElmModule')
| -rw-r--r-- | src/ElmModule/Init.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ElmModule/Init.elm b/src/ElmModule/Init.elm index 9af3cce..885153a 100644 --- a/src/ElmModule/Init.elm +++ b/src/ElmModule/Init.elm @@ -15,4 +15,4 @@ import Struct.Model init : Struct.Flags.Type -> (Struct.Model.Type, (Cmd Struct.Event.Type)) init flags = -- TODO: read flags and request story. - (model, Cmd.none) + ((Struct.Model.new), Cmd.none) |


