Idris2/tests/idris2/perror008/run
G. Allais 21f2913527
[ fix #710 ] Enforce assumptions about capitalised idents (#1207)
Given we keep getting tripped up by this, here we go:

* Namespaces
* Data names
* Record names
* Data constructor names (except for operators)
* Record constructor names (except for operators)
* Interface constructor names (except for operators)
2021-03-22 13:22:52 +00:00

9 lines
386 B
Plaintext
Executable File

$1 --no-color --console-width 0 --check Issue710a.idr || true
$1 --no-color --console-width 0 --check Issue710b.idr || true
$1 --no-color --console-width 0 --check Issue710c.idr || true
$1 --no-color --console-width 0 --check Issue710d.idr || true
$1 --no-color --console-width 0 --check Issue710e.idr || true
$1 --no-color --console-width 0 --check Issue710f.idr || true
rm -rf build