lib/Tools/ghci
author wenzelm
Wed, 17 Oct 2018 22:41:59 +0200
changeset 69158 1722cc56d22e
parent 69151 b310bc57f55f
child 69160 30c384e72749
permissions -rwxr-xr-x
more robust: avoid implicit setup (with default resolver);

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke GHC interaction within the Isabelle environment

if [ -d "$ISABELLE_STACK_ROOT" ]; then
  isabelle_stack ghci "$@"
else
  exit 127
fi