#!/usr/bin/env bash
${IDRIS:-idris} $@ --quiet --nocolor docs004.idr < input
rm *.ibc
