Hyper.Combinator.Func
newtype HFunc (i :: HyperType) o h Source #
Constructors
_HFunc :: Iso (HFunc i0 o0 # h0) (HFunc i1 o1 # h1) ((i0 # h0) -> o0 # h0) ((i1 # h1) -> o1 # h1) Source #