powered by
Evaluate a non-chronicle function on a chronicle object.
fmap_record(.c, .f, ...)
Returns the result of `.f(.c$value)` as a new chronicle object.
A chronicle object.
A non-chronicle function.
Further parameters to pass to `.f`.
as_chronicle(3) |> fmap_record(sqrt)
Run the code above in your browser using DataLab