lib/Tools/update_theorems
author traytel
Sun, 06 Mar 2016 20:39:19 +0100
changeset 62531 b5d656bf0441
parent 62450 2154f709fc25
child 62589 b5783412bfed
permissions -rwxr-xr-x
less resetting of local theories

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

isabelle_admin_build jars || exit $?

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