summaryrefslogtreecommitdiff
path: root/lore/Biz/Ibb/Move.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lore/Biz/Ibb/Move.hs')
-rw-r--r--lore/Biz/Ibb/Move.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/lore/Biz/Ibb/Move.hs b/lore/Biz/Ibb/Move.hs
new file mode 100644
index 0000000..9ff9b34
--- /dev/null
+++ b/lore/Biz/Ibb/Move.hs
@@ -0,0 +1,12 @@
+
+-- | App update logic
+module Biz.Ibb.Move (
+ module X
+ , move
+ ) where
+
+import Biz.Ibb.Core as X
+import Miso
+
+move :: Action -> Model -> Effect Action Model
+move Nop m = undefined