make-all-poly
author lcp
Fri, 21 Oct 1994 09:35:24 +0100
changeset 648 e27c9ec2b48b
parent 547 23e30d32cd0d
child 699 2da262e85c4d
permissions -rwxr-xr-x
FOLP/IFOLP.thy: tightening precedences to eliminate syntactic ambiguities. Now proof objects have high precedences. Eliminates ambiguity in a=b:P being parsed as (a=b):P.

#! /bin/sh
#Make entire system using Poly/ML
#Pathnames will have to be modified for your site
ML_DBASE=/usr/groups/theory/poly/`arch`/ML_dbase
ISABELLEBIN=/homes/`whoami`/bin
ISABELLECOMP="poly -noDisplay -h 15000"
export ML_DBASE ISABELLEBIN ISABELLECOMP 
nohup make-all $*