Search results

genericShow :: forall a rep. Generic a rep => GenericShow rep => a -> String

A Generic implementation of the show member from the Show type class.

P purescript-prelude M Data.Show.Generic
genericShow' :: forall a. GenericShow a => a -> String
P purescript-prelude M Data.Show.Generic
show :: forall a. Show a => a -> String
P purescript-prelude M Data.Show
toJsonString :: forall t. EncodeJson t => t -> String

Encode and stringify a type in one step.

P purescript-argonaut-codecs M Data.Argonaut.Encode
encodeJSON :: forall a. Encode a => a -> String

Encode a JSON string using an Encode instance.

P purescript-foreign-generic M Foreign.Generic
unsafeStringify :: forall a. a -> String
P purescript-simple-json M Simple.JSON
writeJSON :: forall a. WriteForeign a => a -> String

Write a JSON string from a type a.

P purescript-simple-json M Simple.JSON
defaultMessage :: forall error. error -> String
P purescript-error M Error.Class
defaultName :: forall error. error -> String
P purescript-error M Error.Class
message :: forall error. Error error => error -> String
P purescript-error M Error.Class
name :: forall error. Error error => error -> String
P purescript-error M Error.Class
toAttrib :: forall a. IsAttrib a => a -> String
P purescript-chameleon M Chameleon.HTML.Attributes
toAttrib :: forall a. IsAttrib a => a -> String
P purescript-chameleon M Chameleon.SVG.Attributes
unsafeStringify :: forall a. a -> String
P purescript-yoga-json M Yoga.JSON
writeJSON :: forall a. WriteForeign a => a -> String

Write a JSON string from a type a.

P purescript-yoga-json M Yoga.JSON
code :: forall error. NodeError error => error -> String
P purescript-idiomatic-node-errors M Node.Errors.Class
defaultCode :: forall error. error -> String
P purescript-idiomatic-node-errors M Node.Errors.Class
defaultStack :: forall error. error -> String
P purescript-idiomatic-node-errors M Node.Errors.Class
localName :: forall el. IsElement el => el -> String
P purescript-dom-classy M DOM.Classy.Element
nodeName :: forall n. IsNode n => n -> String

For elements this is the tag name, for document types this is the doctype name, for processing instructions this is the target, for all other nodes it is a string like "#text", `"#comment", etc. depending on the node type.

P purescript-dom-classy M DOM.Classy.Node
stack :: forall error. NodeError error => error -> String
P purescript-idiomatic-node-errors M Node.Errors.Class
tagName :: forall el. IsElement el => el -> String
P purescript-dom-classy M DOM.Classy.Element
unsafeJsonStringify :: forall a. a -> String
P purescript-benchotron M Benchotron.Utils
fmtVar :: forall a. FormatVar a => a -> String
P purescript-record-format M Record.Format
renderValue :: forall a. Value a => a -> String
P purescript-markdown M Text.Markdown.SlamDown.Syntax.Value
stringifyKey :: forall a. GrainKey a => a -> String
P purescript-grain M Grain.Class.KGProxy
toHeader :: forall x. ToHeader x => x -> String
P purescript-trout M Type.Trout.Header
toPathPiece :: forall x. ToPathPiece x => x -> String
P purescript-trout M Type.Trout.PathPiece
showWithoutQuotes :: forall a. Show a => a -> String
P purescript-repr M Data.String.Repr
toColorRep :: forall color. CanvasColor color => color -> String
P purescript-canvas-action M Graphics.CanvasAction
toText :: forall a. DotLang a => a -> String
P purescript-dotlang M Data.DotLang.Class
getKey :: forall a. HasKey a => a -> String
P purescript-key-based-diff M KeyBasedDiff
mergeDecl :: forall a. IsDecl a => a -> String
P purescript-chameleon-styled M Chameleon.Styled.Core
renderEJson :: forall t. Recursive t EJsonF => t -> String
P purescript-ejson M Data.Json.Extended
structName :: forall a. a -> String

Gets the contructor name for the type

P purescript-homogeneous-objects M Data.HObject.Record
toString :: forall a. Serializable a => a -> String
P purescript-simplecrypto M Crypto.Simple
_alignmentFocusName :: forall p. IsPanel p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Properties
_background :: forall g. IsGraphObject g => g -> String
P purescript-gojs M GoJS.GraphObject.Properties
_category :: forall p. IsPart p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Part.Properties
_currentCursor :: forall d. IsDiagram d => d -> String
P purescript-gojs M GoJS.Diagram.Properties
_cursor :: forall g. IsGraphObject g => g -> String
P purescript-gojs M GoJS.GraphObject.Properties
_dataFormat :: forall m. IsModel m => m -> String
P purescript-gojs M GoJS.Model.Properties
_defaultCursor :: forall d. IsDiagram d => d -> String
P purescript-gojs M GoJS.Diagram.Properties
_defaultRowSeparatorStroke :: forall p. IsPanel p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Properties
_layerName :: forall p. IsPart p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Part.Properties
_linkingCursor :: forall t. IsLinkingBaseTool t => t -> String
P purescript-gojs M GoJS.Tool.LinkingBaseTool.Properties
_locationObjectName :: forall p. IsPart p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Part.Properties
_name :: forall g. IsGraphObject g => g -> String
P purescript-gojs M GoJS.GraphObject.Properties
_name :: forall m. IsModel m => m -> String
P purescript-gojs M GoJS.Model.Properties
_name :: forall t. IsTool t => t -> String
P purescript-gojs M GoJS.Tool.Properties