Type Alias: Right<A>
Technical Preview
The Functional Programming API is a technical preview. Its surface may change in future releases without following semver.
type Right<A> = object;
Defined in: fp-ts.ts:10
Type Parameters
A
A
Properties
_tag
_tag: "Right";
Defined in: fp-ts.ts:10
right
right: A;
Defined in: fp-ts.ts:10