Open kquick opened 3 months ago
When using compileDDLWith on names_params.txt I get about 14 of the following reported during build:
compileDDLWith
Taphos/Analysis/NamesTactic.hs:75:1: warning: [-Wunused-matches] Defined but not used: ‘ra0b’ | 75 | compileDDLWith defaultConfig { errorLevel = 2 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
It's not clear whether these are impactful to the resulting parser.
When using
compileDDLWith
on names_params.txt I get about 14 of the following reported during build:It's not clear whether these are impactful to the resulting parser.