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.
cwd :: Effect (String)
Get the current working directory of the process.
execPath :: Effect (String)
The absolute pathname of the node executable that started the
process.
getTitle :: Effect (String)
The process.title property returns the current process title (i.e. returns the current value of ps).
getHash :: Effect String
Gets the global location hash.
homedir :: Effect String
Returns the string path of the current user's home directory.
hostname :: Effect String
Returns the host name of the operating system as a string.
machine :: Effect String
release :: Effect String
Returns the operating system as a string.
tmpdir :: Effect String
Returns the operating system's default directory for temporary files as a string.
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.
version :: Effect String
Returns a string identifying the kernel version.
generatedSessionID :: Effect String
jsColon :: Effect String
name :: Effect String
name :: Effect String
randomColor_ :: Effect String
readSync :: Effect String
useIdImpl :: Effect String
genAlphaLowercaseString :: forall m. MonadRec m => MonadGen m => m String
Generates a string using lowercase characters from the basic Latin alphabet.
genAlphaString :: forall m. MonadRec m => MonadGen m => m String
Generates a string using characters from the basic Latin alphabet.
genAlphaUppercaseString :: forall m. MonadRec m => MonadGen m => m String
Generates a string using uppercase characters from the basic Latin alphabet.
genAsciiString :: forall m. MonadRec m => MonadGen m => m String
Generates a string using the ASCII character set, excluding control codes.
genAsciiString' :: forall m. MonadRec m => MonadGen m => m String
Generates a string using the ASCII character set.
genDigitString :: forall m. MonadRec m => MonadGen m => m String
Generates a string made up of numeric digits.
genUnicodeString :: forall m. MonadRec m => MonadGen m => m String
Generates a string using characters from the Unicode basic multilingual plain.
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().
getFont :: forall m. MonadCanvasAction m => m String
toDataUrl :: forall m. MonadCanvasAction m => m String
Create a data URL for the current canvas contents
randomEff :: forall a. Random a => Effect a
html :: forall m. Testable m => m String
Returns HTML representation of the current-context element.
initialRouter :: forall a. Router a => Effect a
nearestEnclosingReactComponentName :: forall m. Testable m => m String
randomId :: forall m. MonadEffect m => m String
readLine :: forall m eff. MonadAff (readline :: READLINE | eff) m => MonadAsk Interface m => m String
Read a single line from input.
tagName :: forall m. Testable m => m String
Returns the tag name of the current-context element.
text :: forall m. Testable m => m String
Returns full inner text of the current-context element.
bottom :: forall a. Bounded a => a
ff :: forall a. HeytingAlgebra a => a
genericBottom :: forall a rep. Generic a rep => GenericBottom rep => a
A Generic implementation of the bottom member from the Bounded type class.
genericBottom' :: forall a. GenericBottom a => a
genericFF :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a
A Generic implementation of the ff member from the HeytingAlgebra type class.
genericFF' :: forall a. GenericHeytingAlgebra a => a
genericMempty :: forall a rep. Generic a rep => GenericMonoid rep => a
A Generic implementation of the mempty member from the Monoid type class.
genericMempty' :: forall a. GenericMonoid a => a
genericOne :: forall a rep. Generic a rep => GenericSemiring rep => a
A Generic implementation of the one member from the Semiring type class.
genericOne' :: forall a. GenericSemiring a => a
genericTop :: forall a rep. Generic a rep => GenericTop rep => a
A Generic implementation of the top member from the Bounded type class.
genericTop' :: forall a. GenericTop a => a
genericTT :: forall a rep. Generic a rep => GenericHeytingAlgebra rep => a
A Generic implementation of the tt member from the HeytingAlgebra type class.
genericTT' :: forall a. GenericHeytingAlgebra a => a
genericZero :: forall a rep. Generic a rep => GenericSemiring rep => a
A Generic implementation of the zero member from the Semiring type class.
genericZero' :: forall a. GenericSemiring a => a
mempty :: forall m. Monoid m => m
one :: forall a. Semiring a => a
top :: forall a. Bounded a => a
tt :: forall a. HeytingAlgebra a => a
zero :: forall a. Semiring a => a
empty :: forall f a. Plus f => f a
crash :: forall a. Partial => a
A partial function which crashes on any input with a default message.
none :: forall f a. Unfoldable f => f a
The container with no elements - unfolded with zero iterations. For example:
none == ([] :: Array Unit)
genBoundedEnum :: forall m a. MonadGen m => BoundedEnum a => m a
Create a random generator for a finite enumeration.
conquer :: forall f a. Divisible f => f a
ask :: forall r m. MonadAsk r m => m r
get :: forall m s. MonadState s m => m s
Get the current state.
never :: forall e f m a. MonadBracket e f m => m a
nil :: forall f a. Alignable f => f a
undefined :: forall a. a
all :: forall a. All a => a
auto :: forall a. Auto a => a
baseline :: forall a. Baseline a => a
bottom :: forall a. Bottom a => a
center :: forall a. Center a => a
flexEnd :: forall a. FlexEnd a => a
flexStart :: forall a. FlexStart a => a
hidden :: forall a. Hidden a => a
inherit :: forall a. Inherit a => a
initial :: forall a. Initial a => a
middle :: forall a. Middle a => a
none :: forall a. None a => a
normal :: forall a. Normal a => a
spaceAround :: forall a. SpaceAround a => a
spaceBetween :: forall a. SpaceBetween a => a
stretch :: forall a. Stretch a => a
top :: forall a. Top a => a
unset :: forall a. Unset a => a
visible :: forall a. Visible a => a
undefined :: forall anything. anything
idm :: forall m. Monoid m => m
Trivial option modifier.
zero :: forall a. Zero a => a
animate_ :: forall html a. Html html => html a
Defines an animation on an SVG element [No Attributes]
animate_ :: forall html a. Html html => html a
Defines an animation on an SVG element [No Attributes]
animateColor_ :: forall html a. Html html => html a
Defines an animated color change for an SVG element [No Attributes]
animateColor_ :: forall html a. Html html => html a
Defines an animated color change for an SVG element [No Attributes]
animateMotion_ :: forall html a. Html html => html a
Defines an animated motion path for an SVG element [No Attributes]
animateMotion_ :: forall html a. Html html => html a
Defines an animated motion path for an SVG element [No Attributes]
animateTransform_ :: forall html a. Html html => html a
Defines an animated transformation on an SVG element [No Attributes]
animateTransform_ :: forall html a. Html html => html a
Defines an animated transformation on an SVG element [No Attributes]
area_ :: forall html a. Html html => html a
Defines an area inside an image map [No Attributes]
area_ :: forall html a. Html html => html a
Defines an area inside an image map [No Attributes]