Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data GoatFocusedArea Source #
Instances
Show GoatFocusedArea Source # | |
Defined in Potato.Flow.Controller.Goat showsPrec :: Int -> GoatFocusedArea -> ShowS # show :: GoatFocusedArea -> String # showList :: [GoatFocusedArea] -> ShowS # | |
Eq GoatFocusedArea Source # | |
Defined in Potato.Flow.Controller.Goat (==) :: GoatFocusedArea -> GoatFocusedArea -> Bool # (/=) :: GoatFocusedArea -> GoatFocusedArea -> Bool # |
makeGoatState :: XY -> (OwlPFState, ControllerMeta) -> GoatState Source #