Idris2/tests/idris2/basic068/run
Balazs Komuves 6cc20a9974
[ fix #2138] Add an %unhide pragma (#2181)
* add %unhide pragma

* add a test case

* clean up

* more consistent English usage (+fix some typos)

* add a warning for unhiding not-already-hidden names

* move `unhide` (and `hide`) to the bottom of the source file to avoid having to forward-declare `recordWarning`
2021-12-11 18:03:36 -08:00

4 lines
84 B
Plaintext
Executable File

rm -rf build
$1 --no-color --console-width 0 --no-banner --exec main Issue2138.idr