Create GOL.Engine
This commit is contained in:
parent
a1aca4807f
commit
0bd6719a8d
1 changed files with 13 additions and 0 deletions
13
GOL/Engine.hs
Normal file
13
GOL/Engine.hs
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
|
{-# LANGUAGE TypeApplications #-}
|
||||||
|
|
||||||
|
module GOL.Engine where
|
||||||
|
|
||||||
|
import Control.Comonad.Env
|
||||||
|
import Control.Comonad.Representable.Store
|
||||||
|
import Data.Bool (bool)
|
||||||
|
import GOL.Rule
|
||||||
|
import GOL.Space
|
||||||
|
|
||||||
|
type GOL f = EnvT Rule (Store f)
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue