#!/usr/bin/env bash
${IDRIS:-idris} $@ --nocolour --check --consolewidth 70 BadDef.idr
rm -f *.ibc
