Evaluate a non-chronicle function on a chronicle object.
fmap_record.Rd
Evaluate a non-chronicle function on a chronicle object.
Examples
as_chronicle(3) |> fmap_record(sqrt)
#> OK! Value computed successfully:
#> ---------------
#> Just
#> [1] 1.732051
#>
#> ---------------
#> This is an object of type `chronicle`.
#> Retrieve the value of this object with pick(.c, "value").
#> To read the log of this object, call read_log(.c).
#>