Idris-dev/test/reg057/run
Edwin Brady 7c34217af9 Allow class constraints to be named
Like so:
foo : (c : Show a) => List a -> String

This means that type classes can be used as indices/parameteres of data
types (e.g. to ensure a dictionary is unchanging across a structure).
Fixes #646
2015-01-01 22:51:47 +00:00

4 lines
60 B
Bash
Executable File

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