explicit predicate for confined bit range avoids cyclic rewriting in presence of extensionality rule for bit values (contributed by Thomas Sewell)
#!/usr/bin/env bash
#
# DESCRIPTION: build full Isabelle distribution from repository
unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"
"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_Release "$@"