Admin/lib/Tools/regenerate_cooper
author wenzelm
Sat, 16 Oct 2021 20:21:13 +0200
changeset 74532 64d1b02327a4
parent 70092 a19dd7006a3c
child 83008 3f3d83b9ffbc
permissions -rwxr-xr-x
more accurate treatment of context; declare generated bounds for the sake of recdef, which has variables leaking from local context;

#!/usr/bin/env bash
#
# Author: Florian Haftmann, TU Muenchen
#
# DESCRIPTION: regenerate ~~/src/HOL/Tools/Qelim/cooper_procedure.ML from ~~/src/HOL/Decision_Proc/Cooper.thy

session=HOL-Decision_Procs
src='HOL-Decision_Procs.Cooper:code/cooper_procedure.ML'
dst='~~/src/HOL/Tools/Qelim/'

"${ISABELLE_TOOL}" build "${session}"
"${ISABELLE_TOOL}" export -x "${src}" -p 2 -O "${dst}" "${session}"