tinytools-0.1.0.3
Safe HaskellSafe-Inferred
LanguageHaskell2010

Potato.Flow.Cmd

Documentation

data PFCmdTag a where Source #

Instances

Instances details
NFData PFCmd Source # 
Instance details

Defined in Potato.Flow.Cmd

Methods

rnf :: PFCmd -> () #

GCompare PFCmdTag Source # 
Instance details

Defined in Potato.Flow.Cmd

Methods

gcompare :: forall (a :: k) (b :: k). PFCmdTag a -> PFCmdTag b -> GOrdering a b #

GEq PFCmdTag Source # 
Instance details

Defined in Potato.Flow.Cmd

Methods

geq :: forall (a :: k) (b :: k). PFCmdTag a -> PFCmdTag b -> Maybe (a :~: b) #

GShow PFCmdTag Source # 
Instance details

Defined in Potato.Flow.Cmd

Methods

gshowsPrec :: forall (a :: k). Int -> PFCmdTag a -> ShowS #

(c [SuperSEltLabel], c [SuperSEltLabel], c ([LayerPos], LayerPos), c ControllersWithId, c DeltaLBox) => Has (c :: Type -> Constraint) PFCmdTag Source # 
Instance details

Defined in Potato.Flow.Cmd

Methods

has :: forall (a :: k) r. PFCmdTag a -> (c a => r) -> r #

argDict :: forall (a :: k). PFCmdTag a -> Dict (c a) #

Show (PFCmdTag a) Source # 
Instance details

Defined in Potato.Flow.Cmd

Methods

showsPrec :: Int -> PFCmdTag a -> ShowS #

show :: PFCmdTag a -> String #

showList :: [PFCmdTag a] -> ShowS #