#!/usr/bin/env bash
${IDRIS:-idris} $@ --check --nocolour error007.idr -p contrib
rm -f *.ibc
