Skip to content

BoolMatchCases

BoolMatchCases<A, B> = object

Defined in: Data/Bool.ts:9

A

B

readonly false: () => B

Defined in: Data/Bool.ts:9

B


readonly true: () => A

Defined in: Data/Bool.ts:9

A