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