| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/Struct/UI.elm')
| -rw-r--r-- | src/Struct/UI.elm | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/src/Struct/UI.elm b/src/Struct/UI.elm index 53348f6..80cd9e6 100644 --- a/src/Struct/UI.elm +++ b/src/Struct/UI.elm @@ -1,6 +1,7 @@  module Struct.UI exposing     ( -      Type +      Type, +      new     )  -- Elm ------------------------------------------------------------------------- @@ -22,3 +23,8 @@ type alias Type =  --------------------------------------------------------------------------------  -- EXPORTED --------------------------------------------------------------------  -------------------------------------------------------------------------------- +new : Type +new = +   { +      displayed_options = [] +   } | 


