public static IEnumerable <object[]> ApplyLaws() => new ApplyLawsTests <ResultOkF <bool>, string, int, long>( ResultK <bool> .Apply(), ResultK.EqK(BooleanK.Eq())).Wrap();
public static IEnumerable <object[]> InvariantLaws() => new InvariantLawsTests <ResultOkF <bool>, string, int, long>( ResultK <bool> .Invariant(), ResultK.EqK(BooleanK.Eq())).Wrap();