Dummy change to document the change in revision 1.5:
Parent theory changed to HOLCF.thy (former Tr2.thy) .
Was necessary because the use of HOLCF_ss in Hoare.ML,
which has been extended by the introduction of the
Lift theories.
#
# $Id$
#
# getplatform - bash source script to augment current env.
#
#get bash-style platform info
unset HOSTTYPE
unset OSTYPE
PLATFORM=$(bash -norc -c 'echo $HOSTTYPE-$OSTYPE')