morpheus-graphql-client-0.24.0: Morpheus GraphQL Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Morpheus.Client.CodeGen.AST

Documentation

data Printable where Source #

Constructors

Printable :: forall a. (Show a, Lift a) => a -> Printable 

Instances

Instances details
PrintExp Printable Source # 
Instance details

Defined in Data.Morpheus.Client.CodeGen.AST

Methods

printExp :: Printable -> ExpQ #

Pretty Printable Source # 
Instance details

Defined in Data.Morpheus.Client.CodeGen.AST

Methods

pretty :: Printable -> Doc ann #

prettyList :: [Printable] -> Doc ann #