second package:rio
Map covariantly over the second argument.
second ≡ bimap id
Examples
>>> second (+1) ('j', 3)
('j',4)
>>> second (+1) (Right 3)
Right 4
Create a
DiffTime which represents an integral number of
seconds.
What color is the log func configured to use for secondary content?
Intended for use by code which wants to optionally add additional
color to its log messages.
ANSI color codes for secondary content in the log output.
Default: "\ESC[90m" -- Bright black (gray)
Get the number of picoseconds in a
DiffTime.
Create a
DiffTime from a number of picoseconds.