src/Tools/runqed
author clasohm
Tue, 20 Dec 1994 13:24:04 +0100
changeset 813 4a266c3d4cc0
child 891 a5ad535a241a
permissions -rwxr-xr-x
qed is a utility that makes ML files store the defined theories in Isabelle's theorem database

foreach n (*ML)
qed $n $n:r.MLL
mv $n $n:r.bak
mv $n:r.MLL $n
end