summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Struct/Model.elm')
-rw-r--r--src/Struct/Model.elm9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/Struct/Model.elm b/src/Struct/Model.elm
index a11db5c..b9c8d61 100644
--- a/src/Struct/Model.elm
+++ b/src/Struct/Model.elm
@@ -1,6 +1,7 @@
module Struct.Model exposing
(
- Type
+ Type,
+ new
)
-- Elm -------------------------------------------------------------------------
@@ -27,3 +28,9 @@ type alias Type =
--------------------------------------------------------------------------------
-- EXPORTED --------------------------------------------------------------------
--------------------------------------------------------------------------------
+new : Type
+new =
+ {
+ tonkadur = (Tonkadur.Types.new_state),
+ ui = (Struct.UI.new)
+ }