lt overview
Added in v0.0.6
Table of contents
Either
lt
either lower than
Signature
export declare const lt: Signature<unknown>
Added in v0.0.6
Is
isLt
lower than
Signature
export declare const isLt: Signature<boolean>
Added in v0.0.6
Validators
validateLt
lower than validation
Signature
export declare const validateLt: <A>(
a: A
) => <E>(b: E) => <A>(a: A) => E.Either<E, unknown extends A ? (A extends A ? any : A) : A>
Added in v0.0.6