lib/Tools/update_theorems
author wenzelm
Tue, 08 Mar 2016 18:15:16 +0100
changeset 62559 83e815849a91
parent 62450 2154f709fc25
child 62589 b5783412bfed
permissions -rwxr-xr-x
isabelle console is based on Isabelle/Scala;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: update toplevel theorem keywords

isabelle_admin_build jars || exit $?

"$ISABELLE_TOOL" java isabelle.Update_Theorems "$@"