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
typeOf :: forall a. a -> String

Gets the type of an object with javascript typeof

P purescript-ffi-simple M FFI.Simple.Objects
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
innerHTML :: forall e. IsElement e => e -> String
P purescript-dom-simple M DOM.Simple.Element
name :: forall n. IsNode n => n -> String
P purescript-dom-simple M DOM.Simple.Node
showWithoutQuotes :: forall a. Show a => a -> String
P purescript-repr M Data.String.Repr
textContent :: forall n. IsNode n => n -> String
P purescript-dom-simple M DOM.Simple.Node
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
type' :: forall e. IsEvent e => e -> String

A string descriptor of the event name (lowercase, no on)

P purescript-dom-simple M DOM.Simple.Event
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
unsafeEventValue :: forall event. event -> String
P purescript-reactix M Reactix.SyntheticEvent
_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
defaultPrintEnum :: forall a ty. CustomEnum a ty => a -> String
P purescript-postgresql M Data.Postgres.Custom.Enum
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
genericPrintEnum :: forall a g. Generic a g => GenericCustomEnum g => a -> String
P purescript-postgresql M Data.Postgres.Custom.Enum
genericPrintEnum' :: forall a. GenericCustomEnum a => a -> String
P purescript-postgresql M Data.Postgres.Custom.Enum
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
printEnum :: forall a ty. CustomEnum a ty => a -> String
P purescript-postgresql M Data.Postgres.Custom.Enum
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
renderString :: forall a. Render a => a -> String
P purescript-materialize M Materialize.Markup.Render
serialize :: forall m. SerializeState m => m -> String
P purescript-flame M Flame.Serialization
serialize :: forall a. Serializable a => a -> String
P purescript-presto M Presto.Core.Types.Language.Storage
serialize :: forall a. Storable a => a -> String

Takes an a and (hopefully) reliably turns it into a string; this should be symmetric with deserialize. This can be conveniently implemented using Simple.JSON.

P purescript-storable M Data.Storage
showDebug :: forall a. ShowDebug a => a -> String
P purescript-payload M Payload.Debug
showInt :: forall a. BoundedEnum a => a -> String
P purescript-graphql-client M GraphQL.Client.ToGqlString
showStructure :: forall s. Structure s => s -> String
P purescript-screeps-classy M Screeps.Structure
ss :: forall a. HasTime a => a -> String

Seconds with two digits

P purescript-react-basic-textf M React.Basic.DOM.Textf.DateTimeFormat
toFlowRep' :: forall a. HasFlowRep a => a -> String

A convenience function for getting the flow rep of a concrete value

P purescript-bismuth M Bismuth
toGqlAndArgsStringImpl :: forall q. GqlAndArgsString q => q -> String
P purescript-graphql-client M GraphQL.Client.ToGqlString
toGqlArgString :: forall q. GqlArgString q => q -> String
P purescript-graphql-client M GraphQL.Client.ToGqlString
toGqlArgStringImpl :: forall q. GqlArgString q => q -> String
P purescript-graphql-client M GraphQL.Client.ToGqlString
toGqlQueryString :: forall q. GqlQueryString q => q -> String

Generate a GraphQL query from its purs representation

P purescript-graphql-client M GraphQL.Client.ToGqlString
toGqlQueryStringFormatted :: forall q. GqlQueryString q => q -> String

Generate a GraphQL query from its purs representation, formatted with indentation for human readability

P purescript-graphql-client M GraphQL.Client.ToGqlString
toHex :: forall a. ToHex a => a -> String
P purescript-ethereum-client M Ethereum.Text
toJson :: forall a. EncodeJson a => a -> String
P purescript-screeps-classy M Screeps.Memory
toJsonStr :: forall a. EncodeJson a => a -> String
P purescript-object-maps M Data.ObjectMap.Internal
toParam :: forall a. ToParam a => a -> String
P purescript-chanpon M Chanpon.Classes
toPathSegment :: forall a. PathPiece a => a -> String
P purescript-intertwine M Data.Intertwine.Route.PathPiece
toQueryString :: forall a. ToQueryString a => a -> String
P purescript-kubernetes M Kubernetes.QueryString
toStr :: forall a. ShouldStr a => a -> String
P purescript-cypress M Cypress.Chai
toString :: forall a. IsString a => a -> String
P purescript-benchmark M Benchmark.Event
toString :: forall a. ToString a => a -> String
P purescript-bookhound M Bookhound.Utils.String
toString :: forall a sym. ToString a sym => a -> String
P purescript-fmt M Fmt
toString :: forall a. IsNumber a => a -> String
P purescript-interactive-data M InteractiveData.UI.NumberInput
toString :: forall rep. GenericSelect rep => rep -> String
P purescript-lumi-components M Lumi.Components.Form
toString :: forall a. IsLength a => a -> String
P purescript-pha M Pha.Svg.Attributes
toString_ :: forall a. a -> String
P purescript-gojs M GoJS.Model.Binding.Static
type' :: forall a. IsEvent a => a -> String
P purescript-weber M Weber.Event
typeof :: forall a. a -> String
P purescript-ffi-utils M FFI.Util
typeofk :: forall k. k -> String
P purescript-gojs M GoJS.Key
whichBrushPatternStr :: forall k. k -> String
P purescript-gojs M GoJS.Geometry.Brush.BrushPattern
whichPictureElementStr :: forall k. k -> String
P purescript-gojs M GoJS.GraphObject.Picture.PictureElement
writeGraphQL :: forall a. WriteGraphQL a => a -> String
P purescript-graphqlclient M GraphQLClient.WriteGraphQL
yyyy :: forall a. HasDate a => a -> String

Jear full - like 2020

P purescript-react-basic-textf M React.Basic.DOM.Textf.DateTimeFormat
abs :: forall a. Ord a => Ring a => a -> a

The absolute value function. abs x is defined as if x >= zero then x else negate x.

P purescript-prelude M Data.Ord
from :: forall a rep. Generic a rep => a -> rep
P purescript-prelude M Data.Generic.Rep
genericNot :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a -> a

A Generic implementation of the not member from the HeytingAlgebra type class.

P purescript-prelude M Data.HeytingAlgebra.Generic
genericNot' :: forall a. GenericHeytingAlgebra a => a -> a
P purescript-prelude M Data.HeytingAlgebra.Generic
negate :: forall a. Ring a => a -> a

negate x can be used as a shorthand for zero - x.

P purescript-prelude M Data.Ring