Package: @effect/cli
Module: Primitive
A Primitive represents the primitive types supported by Effect CLI.
Each primitive type has a way to parse and validate from a string.
Signature
export interface Primitive<A> extends Primitive.Variance<A> {}
Since v1.0.0