src/HOL/TPTP/lib/Tools/tptp_isabelle_hot
changeset 62573 27f90319a499
parent 60546 dcb0b9b42fcb
child 62588 cd266473b81b
equal deleted inserted replaced
62572:acd17a6ce17d 62573:27f90319a499
    29 for FILE in "$@"
    29 for FILE in "$@"
    30 do
    30 do
    31   echo "theory $SCRATCH imports \"$TPTP_HOME/ATP_Problem_Import\" begin \
    31   echo "theory $SCRATCH imports \"$TPTP_HOME/ATP_Problem_Import\" begin \
    32 ML {* ATP_Problem_Import.isabelle_hot_tptp_file @{theory} ($TIMEOUT) \"$FILE\" *} end" \
    32 ML {* ATP_Problem_Import.isabelle_hot_tptp_file @{theory} ($TIMEOUT) \"$FILE\" *} end" \
    33     > /tmp/$SCRATCH.thy
    33     > /tmp/$SCRATCH.thy
    34   "$ISABELLE_PROCESS" -q -e "use_thy \"/tmp/$SCRATCH\"; exit 1;" HOL-TPTP | grep --line-buffered -v "^###\|^PROOF FAILED for depth\|^Failure node\|inferences so far.  Searching to depth\|^val \|^Loading theory\|^Warning-The type of\|^   monotype.$"
    34   "$ISABELLE_PROCESS" -e "use_thy \"/tmp/$SCRATCH\"; exit 1;" HOL-TPTP | grep --line-buffered -v "^###\|^PROOF FAILED for depth\|^Failure node\|inferences so far.  Searching to depth\|^val \|^Loading theory\|^Warning-The type of\|^   monotype.$"
    35 done
    35 done