Admin/lib/Tools/regenerate_cooper
author wenzelm
Mon, 20 May 2024 15:43:51 +0200
changeset 80182 29f2b8ff84f3
parent 70092 a19dd7006a3c
permissions -rwxr-xr-x
proper support for "isabelle update -D DIR": avoid accidental exclusion of select_dirs (amending e5dafe9e120f);

#!/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}"