Open phadej opened 4 months ago
The documentation snippet in readme
- extensions: - default: false - name: [DeriveDataTypeable, GeneralizedNewtypeDeriving] - {name: CPP, within: CompatLayer}
is "everything is forbidden, except these are allowed".
is there a way to specify "everything is allowed, except these are forbidden"?
I think this would be
- extensions: - default: true - {name: DisallowedExtension, within: []}
The documentation snippet in readme
is "everything is forbidden, except these are allowed".
is there a way to specify "everything is allowed, except these are forbidden"?