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() function65 struct TestMonoid<C, when<Constant<C>::value>> struct69 TestMonoid(Xs xs) : TestMonoid<C, laws>{xs} { in TestMonoid() function76 foreach2(xs, [](auto x, auto y) { in __anonc0b6b2a00402()