make-all-poly
author lcp
Wed, 11 Jan 1995 18:30:37 +0100
changeset 846 c4566750dc12
parent 699 2da262e85c4d
permissions -rwxr-xr-x
Now proof of Ord_jump_cardinal uses ordertype_pred_unfold; proof of sum_0_eqpoll uses bij_0_sum; proof of sum_0_eqpoll uses sum_prod_distrib_bij; proof of sum_assoc_eqpoll uses sum_assoc_bij; proof of prod_assoc_eqpoll uses prod_assoc_bij. Proved well_ord_cadd_cmult_distrib.

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