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