You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
All parsers sit atop the RWS monad, where currently the writer is Unit. We can swap it out to accumulate warnings related to parsing the spec and present it to the developer if warnings are enabled (or not disabled).
As a first step, warnings don't have to show the source spans, but that can be added, too later.
The text was updated successfully, but these errors were encountered:
All parsers sit atop the RWS monad, where currently the writer is
Unit
. We can swap it out to accumulate warnings related to parsing the spec and present it to the developer if warnings are enabled (or not disabled).As a first step, warnings don't have to show the source spans, but that can be added, too later.
The text was updated successfully, but these errors were encountered: