Package: effect Module: Brand
effect
Brand
A type alias for creating branded types more concisely.
Signature
type Branded<A, Key> = A & Brand<Key>
Source
Since v2.0.0