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
animationName :: forall a. IsAnimation a => a -> String
P
purescript-weber
M
Weber.Event
classNames :: forall a. ClassNames a => a -> String
P
purescript-classnames
M
ClassNames
code :: forall a. IsKeyboard a => a -> String
P
purescript-weber
M
Weber.Event
d :: forall a. HasDate a => a -> String
Day of month - with digits
P
purescript-react-basic-textf
M
React.Basic.DOM.Textf.DateTimeFormat
dd :: forall a. HasDate a => a -> String
Day of month - two digits
P
purescript-react-basic-textf
M
React.Basic.DOM.Textf.DateTimeFormat
ddd :: forall a. HasDate a => a -> String
Day of month short text - like Mon, Tue ...
P
purescript-react-basic-textf
M
React.Basic.DOM.Textf.DateTimeFormat
dddd :: forall a. HasDate a => a -> String
Day of month full text - like Monday, Tuesday, ...
P
purescript-react-basic-textf
M
React.Basic.DOM.Textf.DateTimeFormat
defaultEncodeJSON :: forall b a. Generic a b => GenericEncode b => a -> String
P
purescript-presto
M
Presto.Core.Utils.Encoding
defaultHttpVersion :: forall message. message -> String
P
purescript-idiomatic-node-http
M
Node.Http.IncomingMessage
encode :: forall a. CookieEncoder a => a -> String
P
purescript-browser-cookies
M
Browser.Cookies.Data
encode' :: forall a. EncodeJson a => a -> String
P
purescript-msgpack-msgpack
M
Msgpack
encodeBody :: forall body. EncodeBody body => body -> String
P
purescript-payload
M
Payload.Client.EncodeBody
encodeKey :: forall a. EncodeKey a => a -> String
P
purescript-js-maps
M
JS.Map.EncodeKey
encodeParam :: forall a. EncodeParam a => a -> String
P
purescript-payload
M
Payload.Client.EncodeParam