tinytools-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Potato.Flow.DebugHelpers

Documentation

class PotatoShow a where Source #

Methods

potatoShow :: a -> Text Source #

Instances

Instances details
PotatoShow LayersState Source # 
Instance details

Defined in Potato.Flow.Controller.OwlLayers

PotatoShow OwlItemMeta Source # 
Instance details

Defined in Potato.Flow.Owl

PotatoShow OwlTree Source # 
Instance details

Defined in Potato.Flow.Owl

PotatoShow SuperOwl Source # 
Instance details

Defined in Potato.Flow.Owl

PotatoShow SuperOwlParliament Source # 
Instance details

Defined in Potato.Flow.Owl

PotatoShow OwlItem Source # 
Instance details

Defined in Potato.Flow.OwlItem

PotatoShow OwlPFState Source # 
Instance details

Defined in Potato.Flow.OwlState

showFoldable :: (Foldable f, Show a) => f a -> Text Source #

assertShowAndDump :: (HasCallStack, Show a) => a -> Bool -> b -> b Source #

traceWith :: (a -> String) -> a -> a Source #