]> Git — Sourcephile - comptalang.git/blob - calculus/Calculus/Lambda/Omega/Explicit/REPL-with-stacktrace.sh
Correction : Calculus.Lambda.Omega.Explicit.REPL : broutille administrative.
[comptalang.git] / calculus / Calculus / Lambda / Omega / Explicit / REPL-with-stacktrace.sh
1 #!/bin/sh -eux
2
3 ghc \
4 -main-is Calculus.Lambda.Omega.Explicit.REPL \
5 -prof -fprof-auto -fprof-cafs \
6 ${GHC_FLAGS-} \
7 Calculus/Lambda/Omega/Explicit/REPL.hs
8
9 Calculus/Lambda/Omega/Explicit/REPL +RTS -xc "$@"