second package:rio

Map covariantly over the second argument.
secondbimap id

Examples

>>> second (+1) ('j', 3)
('j',4)
>>> second (+1) (Right 3)
Right 4
Create a DiffTime which represents an integral number of seconds.
Create a NominalDiffTime from a 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.
Get the seconds in a NominalDiffTime.
Create a DiffTime from a number of picoseconds.