Versions in this module Expand all Collapse all v0 v0.0.10 Apr 22, 2022 v0.0.9 Apr 22, 2022 v0.0.8 Apr 12, 2022 v0.0.7 Apr 12, 2022 v0.0.6 Apr 12, 2022 Changes in this version type InL + func (il InL[F, G, A]) DEmpty() bool type InR + func (ir InR[F, G, A]) DEmpty() bool v0.0.5 Apr 11, 2022 v0.0.4 Apr 6, 2022 Changes in this version + type Class interface + type InL struct + Fn F + Value A + func (il InL[F, G, A]) DRest() data.Data[Sum[F, G, A]] + func (il InL[F, G, A]) DValue() Sum[F, G, A] + type InR struct + Fn G + Value A + func (ir InR[F, G, A]) DRest() data.Data[Sum[F, G, A]] + func (ir InR[F, G, A]) DValue() Sum[F, G, A] + type Sum interface + type Type struct + func NewType() Type