Factor out log directory calculation code, in preparation for changing how it works
[hcoop/domtool2.git] / tests / reduce.dtl
1 One = (\x -> 1) 42;
2 Fred = \x -> ((\f -> \x -> [f, \y : (int) -> x]) x)