Idris-dev/test/reg027/run
Edwin Brady c45948018d Improve type class overlap check
Normalise before checking - store type class instances in normal form.
Fixes #249
2013-11-24 01:17:47 +00:00

6 lines
107 B
Bash
Executable File

#!/usr/bin/env bash
idris $@ reg027.idr -o reg027
./reg027
idris $@ reg027a.idr --check
rm -f reg027 *.ibc