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