Idris2/tests/idris2/operators/operators002/run
André Videla 75032a7164
Emit warning for fixities with no export modifiers (#3234)
* Emit warning for fixities with no export modifiers

This is to help update all the existing code to program with explicit
fixity export directives in preparation for the behavioral change where
they will become private by default.
2024-04-03 15:41:57 +01:00

10 lines
135 B
Plaintext
Executable File

. ../../../testutils.sh
check Errors.idr
check Errors2.idr
check Errors3.idr
check Errors4.idr
check Errors5.idr
check LinImport.idr