Skip to content
Snippets Groups Projects
Verified Commit a921390c authored by Legy (Beini)'s avatar Legy (Beini)
Browse files

Apply some minor type changes

parent 0ff9306f
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ type BlockEventHandler = BlockEvent -> BarIO ()
type BlockState = Maybe (BlockOutput, Maybe BlockEventHandler)
type Block a = Producer BlockState BarIO a
type Block = Producer BlockState BarIO
-- |Block that 'yield's an update whenever the block should be changed
......@@ -83,7 +83,7 @@ data Bar = Bar {
}
data BarUpdateChannel = BarUpdateChannel (IO ())
newtype BarUpdateChannel = BarUpdateChannel (IO ())
type BarUpdateEvent = Event.Event
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment