MonadLab-0.0: mlab.sh
#! /bin/bash
if test $# -lt 2
then
echo "You must supply the path to the compile stub and a file name for the monad spec."
exit 1
fi
COMPILE_STUB="$1"
export MLAB_FILENAME="$2"
runghc "$COMPILE_STUB"
#! /bin/bash
if test $# -lt 2
then
echo "You must supply the path to the compile stub and a file name for the monad spec."
exit 1
fi
COMPILE_STUB="$1"
export MLAB_FILENAME="$2"
runghc "$COMPILE_STUB"