juvix
juvix copied to clipboard
Design and implement a warning system
One option is to add an Output
effect to the pipeline where we emit all relevant warnings during compilation.
We can discuss what warnings we'd like to see, how to categorize them and what related flags we would need to add.