grapes-greater-than-equals-grapes.Rd
Pipe a loud value to a decorated function
.l %>=% .f
A value returned by loudly
A loud function to apply to the returning value of .l
A loud value.
loud_sqrt <- loudly(sqrt) loud_exp <- loudly(exp) 3 |> loud_sqrt() %>=% loud_exp() #> Error in loud_exp(.l$result, .log = .l$log): could not find function "loud_exp"