Search results
pi :: Number
The ratio of the circumference of a circle to its diameter, around 3.14159.
pi :: Number
The ratio of the circumference of a circle to its diameter.
> pi
3.141592653589793
pi :: Decimal
Pi, the ratio of a circle's circumference to its diameter.
pi :: Int -> Int -> Int -> Permutation
Permutation from a swap.
Pi :: NumberConstant
pi :: Quantity
A process ID.
Pid :: Int -> Pid
pid :: Pid
Returns the PID of the current process.
pid :: ChildProcess -> Effect (Maybe Pid)
The process ID of a child process. This will be Nothing
until
the process has spawned. Note that if the process has already
exited, another process may have taken the same ID, so be careful!
pid :: UnsafeChildProcess -> Effect (Maybe Pid)
The process ID of a child process. Note that if the process has already exited, another process may have taken the same ID, so be careful!
pie :: forall m i. Monad m => (CommandsT PieSeriesI m) ~> (CommandsT (pie :: I | i) m)
Pin :: Symbol
pid :: forall e. Eff (phantomjs :: PHANTOMJS | e) Int
The PID (Process ID) for the currently executing PhantomJS process.
Pie :: ChartType
pie :: Option PlotOptions (Options Pie)
pie :: Emoji
🥧
Pie :: ChartType
Pie :: ShapeType
pie :: Emoji
pie :: forall attrs attrs_. Union attrs attrs_ Props_pie => Record attrs -> JSX
pig :: Emoji
🐖
pig :: Emoji
pit :: Cast Pit
piX :: ReactIcon
pipe :: forall w r. Readable w -> Writable r -> Effect Unit
Read chunks from a readable stream and write them to a writable stream.
ping :: String -> Attribute
pick :: forall a r b l. Union b r a => RowToList b l => Keys l => Record a -> Record b
pipe :: StdIO
When used for X, then Y will exist on the child process where X and Y are
stdio[0]
-stdin
stdio[1]
-stdout
stdio[2]
-stderr
Note: when used with stdin
, piping the parent stdin to this stream
will not cause the child process to terminate when that parent stdin stream
ends via Ctrl+D
user input. Rather, the child process will hang
until the parent process calls Stream.end
on the child process'
stdin
stream. Since it's impossible to know when the user
inputs Ctrl+D
, inherit
should be used instead.
ping :: forall state. String -> VNode state -> VNode state
ping :: forall a. String -> Prop a
Specifies a space-separated list of URLs to which, when the hyperlink is followed, POST requests with the body PING will be sent by the browser (in the background). Typically used for tracking.
pick :: forall r2 rx r1. Union r2 rx r1 => Record r1 -> Record r2
ping :: String -> VNode -> VNode
Ping :: Ping
pipe :: forall readable writable. Readable readable => Writable writable => writable -> Boolean -> readable -> Effect writable
pipe :: forall readable writable. Writable writable => Readable readable => Event writable (readable -> Effect Unit)
piAt :: ReactIcon
pick :: forall a. (a -> Boolean) -> Array a -> Maybe { no :: Array a, yes :: a }
Find an element by a predicate and return it together with the array without the element.
pick (_ == 2) [1,2,3] == Just {yes: 2, no: [1,3]}
pick :: forall a. (a -> Boolean) -> Array a -> Maybe { no :: Array a, yes :: a }
Find an element by a predicate and return it together with the array without the element.
pick (_ == 2) [1,2,3] == Just {yes: 2, no: [1,3]}
pick :: Emoji
⛏
pick :: forall a b. Project a b => a -> b
pick :: forall (input :: Type) (err :: Type) (output :: Type) (chosen :: Type) (sym :: Symbol) (tlist :: TList). ParseSymbol sym tlist => ConstructBarlow tlist (Forget chosen) input input chosen chosen => Proxy sym -> (chosen -> V (NonEmptyArray err) output) -> PickE input err output
pick :: Emoji
pick :: forall a r b l. Union b r a => RowToList b l => Keys l => Record a -> Record b