Admin/polyml/future/run
author bulwahn
Tue, 08 May 2012 14:31:03 +0200
changeset 47893 4cf901b1089a
parent 44155 ae2906662eec
permissions -rwxr-xr-x
specialised fact in the Record theory should not be appear in proofs discovered by sledgehammer

#!/bin/bash

POLY="${1:-poly}"

THIS="$(cd $(dirname "$0"); pwd)"

cd "$THIS/../../../src/Pure"
echo "use \"../../Admin/polyml/future/ROOT.ML\";"
exec "$POLY"