Search results

argv0 :: Effect String

The process.argv0 property stores a read-only copy of the original value of argv[0] passed when Node.js starts.

P purescript-node-process M Node.Process
cwd :: Effect (String)

Get the current working directory of the process.

P purescript-node-process M Node.Process
execPath :: Effect (String)

The absolute pathname of the node executable that started the process.

P purescript-node-process M Node.Process
getTitle :: Effect (String)

The process.title property returns the current process title (i.e. returns the current value of ps).

P purescript-node-process M Node.Process
getHash :: Effect String

Gets the global location hash.

P purescript-routing M Routing.Hash
homedir :: Effect String

Returns the string path of the current user's home directory.

P purescript-node-os M Node.OS
hostname :: Effect String

Returns the host name of the operating system as a string.

P purescript-node-os M Node.OS
machine :: Effect String
P purescript-node-os M Node.OS
release :: Effect String

Returns the operating system as a string.

P purescript-node-os M Node.OS
tmpdir :: Effect String

Returns the operating system's default directory for temporary files as a string.

P purescript-node-os M Node.OS
type_ :: Effect String

Returns the operating system name as returned by uname(3). For example, it returns 'Linux' on Linux, 'Darwin' on macOS, and 'Windows_NT' on Windows.

P purescript-node-os M Node.OS
version :: Effect String

Returns a string identifying the kernel version.

P purescript-node-os M Node.OS
generatedSessionID :: Effect String
P purescript-hyper M Hyper.Node.Session.InMemory
jsColon :: Effect String
P purescript-node-execa M Node.Library.Execa.Which
name :: Effect String
P purescript-web-workers M Web.Worker.DedicatedWorkerGlobalScope
name :: Effect String
P purescript-web-workers M Web.Worker.SharedWorkerGlobalScope
randomColor_ :: Effect String
P purescript-gojs M GoJS.Geometry.Brush.Static
readSync :: Effect String
P purescript-clipboardy M Clipboardy
useIdImpl :: Effect String
P purescript-react-aria M React.Aria.Utils
genAlphaLowercaseString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using lowercase characters from the basic Latin alphabet.

P purescript-strings M Data.String.Gen
genAlphaString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using characters from the basic Latin alphabet.

P purescript-strings M Data.String.Gen
genAlphaUppercaseString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using uppercase characters from the basic Latin alphabet.

P purescript-strings M Data.String.Gen
genAsciiString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using the ASCII character set, excluding control codes.

P purescript-strings M Data.String.Gen
genAsciiString' :: forall m. MonadRec m => MonadGen m => m String

Generates a string using the ASCII character set.

P purescript-strings M Data.String.Gen
genDigitString :: forall m. MonadRec m => MonadGen m => m String

Generates a string made up of numeric digits.

P purescript-strings M Data.String.Gen
genUnicodeString :: forall m. MonadRec m => MonadGen m => m String

Generates a string using characters from the Unicode basic multilingual plain.

P purescript-strings M Data.String.Gen
exit :: forall a. Effect a

Cause the process to exit immediately without completing any pending asynchronous operations including I/O operations to process.stdout and process.stderr. Process will exit with the process.exitCode value if it has been set or 0 (i.e. exit successfully) otherwise.

Rather than using this function to exit, one should set process.exitCode and let Node gracefully exit once all pending asynchronous operations have completed. If it is necessary to terminate the Node.js process due to an error condition, throwing an uncaught error and allowing the process to terminate accordingly is safer than calling process.exit().

P purescript-node-process M Node.Process
getFont :: forall m. MonadCanvasAction m => m String
P purescript-canvas-action M Graphics.CanvasAction
toDataUrl :: forall m. MonadCanvasAction m => m String

Create a data URL for the current canvas contents

P purescript-canvas-action M Graphics.CanvasAction
randomEff :: forall a. Random a => Effect a
P purescript-pseudo-random M Random.PseudoRandom
html :: forall m. Testable m => m String

Returns HTML representation of the current-context element.

P purescript-elmish-testing-library M Elmish.Test.Query
initialRouter :: forall a. Router a => Effect a
P purescript-grain-router M Grain.Router
nearestEnclosingReactComponentName :: forall m. Testable m => m String
P purescript-elmish-testing-library M Elmish.Test.Query
readLine :: forall m eff. MonadAff (readline :: READLINE | eff) m => MonadAsk Interface m => m String

Read a single line from input.

P purescript-line-reader M LineReader
tagName :: forall m. Testable m => m String

Returns the tag name of the current-context element.

P purescript-elmish-testing-library M Elmish.Test.Query
text :: forall m. Testable m => m String

Returns full inner text of the current-context element.

P purescript-elmish-testing-library M Elmish.Test.Query
bottom :: forall a. Bounded a => a
P purescript-prelude M Data.Bounded
ff :: forall a. HeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra
genericBottom :: forall a rep. Generic a rep => GenericBottom rep => a

A Generic implementation of the bottom member from the Bounded type class.

P purescript-prelude M Data.Bounded.Generic
genericBottom' :: forall a. GenericBottom a => a
P purescript-prelude M Data.Bounded.Generic
genericFF :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a

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

P purescript-prelude M Data.HeytingAlgebra.Generic
genericFF' :: forall a. GenericHeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra.Generic
genericMempty :: forall a rep. Generic a rep => GenericMonoid rep => a

A Generic implementation of the mempty member from the Monoid type class.

P purescript-prelude M Data.Monoid.Generic
genericMempty' :: forall a. GenericMonoid a => a
P purescript-prelude M Data.Monoid.Generic
genericOne :: forall a rep. Generic a rep => GenericSemiring rep => a

A Generic implementation of the one member from the Semiring type class.

P purescript-prelude M Data.Semiring.Generic
genericOne' :: forall a. GenericSemiring a => a
P purescript-prelude M Data.Semiring.Generic
genericTop :: forall a rep. Generic a rep => GenericTop rep => a

A Generic implementation of the top member from the Bounded type class.

P purescript-prelude M Data.Bounded.Generic
genericTop' :: forall a. GenericTop a => a
P purescript-prelude M Data.Bounded.Generic
genericTT :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a

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

P purescript-prelude M Data.HeytingAlgebra.Generic
genericTT' :: forall a. GenericHeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra.Generic
genericZero :: forall a rep. Generic a rep => GenericSemiring rep => a

A Generic implementation of the zero member from the Semiring type class.

P purescript-prelude M Data.Semiring.Generic
genericZero' :: forall a. GenericSemiring a => a
P purescript-prelude M Data.Semiring.Generic
mempty :: forall m. Monoid m => m
P purescript-prelude M Data.Monoid
one :: forall a. Semiring a => a
P purescript-prelude M Data.Semiring
top :: forall a. Bounded a => a
P purescript-prelude M Data.Bounded
tt :: forall a. HeytingAlgebra a => a
P purescript-prelude M Data.HeytingAlgebra
zero :: forall a. Semiring a => a
P purescript-prelude M Data.Semiring
empty :: forall f a. Plus f => f a
P purescript-control M Control.Plus
crash :: forall a. Partial => a

A partial function which crashes on any input with a default message.

P purescript-partial M Partial
none :: forall f a. Unfoldable f => f a

The container with no elements - unfolded with zero iterations. For example:

none == ([] :: Array Unit)
P purescript-unfoldable M Data.Unfoldable
genBoundedEnum :: forall m a. MonadGen m => BoundedEnum a => m a

Create a random generator for a finite enumeration.

P purescript-enums M Data.Enum.Gen
conquer :: forall f a. Divisible f => f a
P purescript-contravariant M Data.Divisible
ask :: forall r m. MonadAsk r m => m r
P purescript-transformers M Control.Monad.Reader.Class
get :: forall m s. MonadState s m => m s

Get the current state.

P purescript-transformers M Control.Monad.State.Class
never :: forall e f m a. MonadBracket e f m => m a
P purescript-fork M Control.Monad.Fork.Class
nil :: forall f a. Alignable f => f a
P purescript-these M Data.Align
undefined :: forall a. a
P purescript-typelevel M Data.Typelevel.Undefined
all :: forall a. All a => a
P purescript-css M CSS.Common
auto :: forall a. Auto a => a
P purescript-css M CSS.Common
baseline :: forall a. Baseline a => a
P purescript-css M CSS.Common
bottom :: forall a. Bottom a => a
P purescript-css M CSS.Common
center :: forall a. Center a => a
P purescript-css M CSS.Common
flexEnd :: forall a. FlexEnd a => a
P purescript-css M CSS.Flexbox
flexStart :: forall a. FlexStart a => a
P purescript-css M CSS.Flexbox
hidden :: forall a. Hidden a => a
P purescript-css M CSS.Common
inherit :: forall a. Inherit a => a
P purescript-css M CSS.Common
initial :: forall a. Initial a => a
P purescript-css M CSS.Common
middle :: forall a. Middle a => a
P purescript-css M CSS.Common
none :: forall a. None a => a
P purescript-css M CSS.Common
normal :: forall a. Normal a => a
P purescript-css M CSS.Common
spaceAround :: forall a. SpaceAround a => a
P purescript-css M CSS.Flexbox
spaceBetween :: forall a. SpaceBetween a => a
P purescript-css M CSS.Flexbox
stretch :: forall a. Stretch a => a
P purescript-css M CSS.Flexbox
top :: forall a. Top a => a
P purescript-css M CSS.Common
unset :: forall a. Unset a => a
P purescript-css M CSS.Common
visible :: forall a. Visible a => a
P purescript-css M CSS.Common
undefined :: forall anything. anything
P purescript-undefined M Undefined
animate_ :: forall html a. Html html => html a

Defines an animation on an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
animate_ :: forall html a. Html html => html a

Defines an animation on an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
animateColor_ :: forall html a. Html html => html a

Defines an animated color change for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
animateColor_ :: forall html a. Html html => html a

Defines an animated color change for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
animateMotion_ :: forall html a. Html html => html a

Defines an animated motion path for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
animateMotion_ :: forall html a. Html html => html a

Defines an animated motion path for an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
animateTransform_ :: forall html a. Html html => html a

Defines an animated transformation on an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.Elements
animateTransform_ :: forall html a. Html html => html a

Defines an animated transformation on an SVG element [No Attributes]

P purescript-chameleon M Chameleon.SVG.KeyedElements
area_ :: forall html a. Html html => html a

Defines an area inside an image map [No Attributes]

P purescript-chameleon M Chameleon.HTML.Elements
area_ :: forall html a. Html html => html a

Defines an area inside an image map [No Attributes]

P purescript-chameleon M Chameleon.HTML.KeyedElements
base_ :: forall html a. Html html => html a

Defines the base URL for all relative URLs in a document [No Attributes]

P purescript-chameleon M Chameleon.HTML.Elements
base_ :: forall html a. Html html => html a

Defines the base URL for all relative URLs in a document [No Attributes]

P purescript-chameleon M Chameleon.HTML.KeyedElements
br_ :: forall html a. Html html => html a

Defines a single line break [No Attributes]

P purescript-chameleon M Chameleon.HTML.Elements