Home
last modified time | relevance | path

Searched defs:TestMonad (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/hana/test/_include/laws/
Dmonad.hpp30 struct TestMonad : TestMonad<M, laws> { struct
35 struct TestMonad<M, laws> { struct
39 TestMonad(Xs xs, XXs xxs) { in TestMonad() function
124 struct TestMonad<S, when<Sequence<S>::value>> struct
128 TestMonad(Xs xs, XXs xxs) in TestMonad() argument
131 constexpr auto list = make<S>;
173 test::_injection<0> f{};
174 auto g = hana::compose(list, f);
206 test::_injection<0> f{};
207 test::_injection<1> g{};
[all …]