Module

Tidy.Codegen.Class

Package
purescript-tidy-codegen
Repository
natefaubion/purescript-tidy-codegen

#ErrorPrefix Source

newtype ErrorPrefix

Constructors

#ToNonEmptyArray Source

#toTokenFromString Source

#defaultToName Source

defaultToName :: forall a b. ToToken a b => a -> Name b

#toQualified Source

#defaultToQualifiedName Source

#ToModuleName Source

#ToWhere Source

class ToWhere a e | a -> e where

Members

Instances

#ToGuarded Source

class ToGuarded a e | a -> e where

Members

Instances

#LeadingComments Source

type LeadingComments :: Row Type -> Row Typetype LeadingComments r = (leadingComments :: Array (Comment LineFeed) | r)

#TrailingComments Source

type TrailingComments :: Type -> Row Type -> Row Typetype TrailingComments trl r = (trailingComments :: Array (Comment trl) | r)