module IoF(ioF) where
--import Command(Command(..), XCommand)
--import Direction
--import Event(Event(..))
--import Fudget
--import Geometry(Line(..), Point(..), Rect(..), Size(..))
--import Message(Message)
--import Path(Path(..))
--import SP
import WindowF(kernelF)
--import Xtypes(WindowAttributes)

ioF :: K a b -> F a b
ioF = K a b -> F a b
forall a b. K a b -> F a b
kernelF