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