Fix problem noted by omry on original domtool; namely, bad handling of rewrites insid...
[hcoop/domtool2.git] / tests / reduce.dtl
1 One = (\x -> 1) 42;
2 Fred = \x -> ((\f -> \x -> [f, \y : (int) -> x]) x)