Haex.Example.Either (haex v0.0.1)
Link to this section Summary
Link to this section Types
Link to this type
t(a, b)
Specs
t(a, b) :: Haex.Example.Either.Left.t(a) | Haex.Example.Either.Right.t(b)
Link to this section Functions
Link to this function
left(arg1)
Specs
left(a) :: t(a, _b) when a: var
Link to this function
right(arg1)
Specs
right(b) :: t(_a, b) when b: var