bosatsu icon indicating copy to clipboard operation
bosatsu copied to clipboard

Use cats-effect in core

Open johnynek opened this issue 11 months ago • 1 comments

Cats effect works on all scala platforms now. No reason not to use it in core and we can avoid some of the tagless and also the Par wrapper for parallelism.

johnynek avatar Mar 24 '24 17:03 johnynek

when this is done should also pass a config class to control the mode we are compiling.

For instance, we don't need to normalize during check, we are just checking that we can infer and that lints pass.

johnynek avatar Apr 11 '24 19:04 johnynek