iter icon indicating copy to clipboard operation
iter copied to clipboard

split into several modules

Open c-cube opened this issue 4 years ago • 0 comments

  • use module alias to reduce binary bloat
  • use (wrapped true) in dune
  • move all heavy components (relational combinators, IO, mlist) into separate modules
  • keep only the lightweight and common combinators in Iter (probably via an include)

c-cube avatar Nov 19 '21 15:11 c-cube