tinytools-0.1.0.3
Safe HaskellSafe-Inferred
LanguageHaskell2010

Potato.Flow.OwlState

Synopsis

Documentation

data OwlPFState Source #

Instances

Instances details
Generic OwlPFState Source # 
Instance details

Defined in Potato.Flow.OwlState

Associated Types

type Rep OwlPFState :: Type -> Type #

Show OwlPFState Source # 
Instance details

Defined in Potato.Flow.OwlState

NFData OwlPFState Source # 
Instance details

Defined in Potato.Flow.OwlState

Methods

rnf :: OwlPFState -> () #

Eq OwlPFState Source # 
Instance details

Defined in Potato.Flow.OwlState

PotatoShow OwlPFState Source # 
Instance details

Defined in Potato.Flow.OwlState

HasOwlTree OwlPFState Source # 
Instance details

Defined in Potato.Flow.OwlState

type Rep OwlPFState Source # 
Instance details

Defined in Potato.Flow.OwlState

type Rep OwlPFState = D1 ('MetaData "OwlPFState" "Potato.Flow.OwlState" "tinytools-0.1.0.3-HF5s50ZrT30LQps3nQySnP" 'False) (C1 ('MetaCons "OwlPFState" 'PrefixI 'True) (S1 ('MetaSel ('Just "_owlPFState_owlTree") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 OwlTree) :*: S1 ('MetaSel ('Just "_owlPFState_canvas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SCanvas)))

isValidCanvas :: SCanvas -> Bool Source #

check if the SCanvas is valid or not for now, canvas offset must always be 0, I forget why it's even an option to offset the SCanvas, probably potatoes.