1 #!/usr/bin/env bash
2 #
3 # Author: Makarius
4 #
5 # DESCRIPTION: invoke Glasgow Haskell Compiler within the Isabelle environment
6
7 isabelle_stack ghc -- "$@"