yoohaemin / decrel

Composable relations for Scala

Home Page:https://decrel.yoohaemin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests using free monad

yoohaemin opened this issue · comments

Reification of composed relations are just syntax sugar over flatMap and maps.
Explore testing/visualization of these using free monad constructs.

I'm thinking of including cats in test scope for the core module.