Searched defs:TestMonoid (Results 1 – 1 of 1) sorted by relevance
21 struct TestMonoid : TestMonoid<M, laws> { struct26 struct TestMonoid<M, laws> { struct28 TestMonoid(Xs xs) { in TestMonoid() argument65 struct TestMonoid<C, when<Constant<C>::value>> struct69 TestMonoid(Xs xs) : TestMonoid<C, laws>{xs} { in TestMonoid() argument76 foreach2(xs, [](auto x, auto y) { in __anon1ec3099b0402()