diff options
Diffstat (limited to 'com/influencedbybooks/aero.hs')
-rw-r--r-- | com/influencedbybooks/aero.hs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/com/influencedbybooks/aero.hs b/com/influencedbybooks/aero.hs deleted file mode 100644 index 63066c5..0000000 --- a/com/influencedbybooks/aero.hs +++ /dev/null @@ -1,21 +0,0 @@ -{-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE RecordWildCards #-} -{-# LANGUAGE NoImplicitPrelude #-} - --- | Front-end -module Com.Influencedbybooks.Aero where - -import Com.Simatime.Alpha -import Com.Influencedbybooks.Move (move) -import Com.Influencedbybooks.Core (Action(..), see, init) -import Miso (App(..), defaultEvents, miso) - -main :: IO () -main = miso $ \u -> App { model = init u, .. } - where - initialAction = FetchPeople - update = move - view = see - events = defaultEvents - subs = [] - mountPoint = Nothing |