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
_nodeKeyProperty :: forall m. IsModel m => m -> String
P purescript-gojs M GoJS.Model.Properties
_renderer :: forall d. IsDiagram d => d -> String
P purescript-gojs M GoJS.Diagram.Properties
_resizeObjectName :: forall p. IsPart p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Part.Properties
_rotateObjectName :: forall p. IsPart p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Part.Properties
_selectionObjectName :: forall p. IsPart p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Part.Properties
_shadowColor :: forall p. IsPart p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Part.Properties
_text :: forall p. IsPart p => p -> String
P purescript-gojs M GoJS.GraphObject.Panel.Part.Properties
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

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
encodeResponse :: forall response. IsResponse response => response -> String
P purescript-quickserve M QuickServe
encodeYml :: forall a. EncodeJson a => a -> String
P purescript-openapi3 M Yml
encodeYml :: forall a. EncodeJson a => a -> String
P purescript-purescript-openapi3 M Yml
fmt :: forall @sym sym' head tail replace. Parse DefaultConfig head tail replace => Append sym EOF sym' => Cons head tail sym' => replace -> String
P purescript-fmt M Fmt
fmtWith :: forall @config @sym config' sym' head tail replace. Parse config' head tail replace => Append sym EOF sym' => Cons head tail sym' => EvalConfigSpec config config' => replace -> String
P purescript-fmt M Fmt
format :: forall a. Format a => a -> String
P purescript-web3-generator M Data.AbiParser
formatQueryString :: forall b a. Newtype a b => ToQueryString b => a -> String
P purescript-kubernetes M Kubernetes.Client
from :: forall a. StringArg a => a -> String
P purescript-web-intl M Web.Intl.Internal.Class.StringArg
getAddress :: forall a. Address a => a -> String
P purescript-snail M Snail.Types
getKey :: forall a. Storable a => a -> String

Given a storable a will produce the key that it would have in storage.

P purescript-storable M Data.Storage
getTagName :: forall a. GetTagName a => a -> String
P purescript-bibimbap M Bibimbap
getTagNameImpl :: forall rep. GetTagNameImpl rep => rep -> String
P purescript-bibimbap M Bibimbap
getVarsTypeNames :: forall query. VarsTypeChecked query => query -> String
P purescript-graphql-client M GraphQL.Client.Variables
hh :: forall a. HasTime a => a -> String

Hours with two digits - in 24h format

P purescript-react-basic-textf M React.Basic.DOM.Textf.DateTimeFormat
httpVersion :: forall message. IncomingMessage message => message -> String
P purescript-idiomatic-node-http M Node.Http.IncomingMessage
inspect :: forall a. HasInspect a => a -> String
P purescript-neon M Neon.Class.HasInspect
jsonStringify :: forall a. a -> String
P purescript-payload M Payload.Debug
key :: forall a. Storable a => a -> String

Produces a key from the given a. This is most appropriately an id or something like it.

P purescript-storable M Data.Storage
key :: forall a. IsKeyboard a => a -> String
P purescript-weber M Weber.Event

m

m :: forall a. HasDate a => a -> String

Month with digits

P purescript-react-basic-textf M React.Basic.DOM.Textf.DateTimeFormat
mi :: forall a. HasTime a => a -> String

Minutes with two digits

P purescript-react-basic-textf M React.Basic.DOM.Textf.DateTimeFormat
mm :: forall a. HasDate a => a -> String

Month with two digits

P purescript-react-basic-textf M React.Basic.DOM.Textf.DateTimeFormat
mmm :: forall a. HasDate a => a -> String

Month short text - like Jan, Feb, ...

P purescript-react-basic-textf M React.Basic.DOM.Textf.DateTimeFormat
mmmm :: forall a. HasDate a => a -> String

Month full text - like January, Februrary, ...

P purescript-react-basic-textf M React.Basic.DOM.Textf.DateTimeFormat
nameList :: forall fieldNames. NameList fieldNames => fieldNames -> String
P purescript-droplet M Droplet.Language.Internal.Translate
pointerType :: forall a. IsPointer a => a -> String
P purescript-weber M Weber.Event
printYAML :: forall a. ToYAML a => a -> String
P purescript-yaml-next M Data.YAML.Foreign.Encode
propertyName :: forall a. IsTransition a => a -> String
P purescript-weber M Weber.Event
pseudoElement :: forall a. IsAnimation a => a -> String
P purescript-weber M Weber.Event