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