Compare Revisions

This comparison shows the changes necessary to convert path / from Rev 24 to Rev 25 (Reverse comparison).
Path Comparison

Rev 24 ⟶ Rev 25

/trunk/src/cmdlang/cmdlang.grm
60,7 ⟶ 60,10
position=true,
maxrows=maxrows})
in CE.Template t end
handle IO.Io {cause, ...} => CE.Fail (General.exnMessage cause)
handle IO.Io {cause, ...} => (CE.Fail
(concat ["unable to open: ",
path, "(",
General.exnMessage cause, ")"]));
 
fun doMakeTest (CE.Template t, CE.Symbols chanset, CE.Symbols varset) = (let
val chans = AtomSet.listItems chanset