Two Triangles (garish)
This commit is contained in:
15
src/Update.hs
Normal file
15
src/Update.hs
Normal file
@@ -0,0 +1,15 @@
|
||||
{-# LANGUAGE NoImplicitPrelude #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
module Update (update) where
|
||||
|
||||
-- IMPORTS --
|
||||
|
||||
import Model
|
||||
import Relude
|
||||
|
||||
-- UPDATE --
|
||||
|
||||
update :: Model -> Model
|
||||
update model =
|
||||
model
|
||||
Reference in New Issue
Block a user