effect-ts-laws
Version:
effect-ts law testing using fast-check.
13 lines • 403 B
TypeScript
import type { BoundedTypeLambda } from '@effect/typeclass/Bounded';
import type { BuildConcrete } from './given.js';
/**
* Build typeclass laws for `Bounded`.
* @category typeclass laws
*/
export declare const boundedLaws: BuildConcrete<BoundedTypeLambda>;
declare module './given.js' {
interface ConcreteLambdas {
Bounded: BoundedTypeLambda;
}
}
//# sourceMappingURL=Bounded.d.ts.map