Versions in this module Expand all Collapse all v0 v0.1.0 May 22, 2022 Changes in this version + type Func struct + func New(f func(A) (R, error)) *Func[A, R] + func (f *Func[A, R]) Call(a A) (r R) + func (f *Func[A, R]) Err() error