Add files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{-# LANGUAGE StrictData #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
|
||||
module Loop.Data where
|
||||
|
||||
data ConcurrentEffect world
|
||||
= NoConcurrentEffect
|
||||
| ConcurrentEffect
|
||||
{ _immediateEffect :: world -> world
|
||||
, _sideEffect :: IO (world -> Maybe world)
|
||||
}
|
||||
Reference in New Issue
Block a user