Allow some of a user's config to survive regen, even when some doesn't type-check
[hcoop/domtool2.git] / tests / reduce.dtl
1 One = (\x -> 1) 42;
2 Fred = \x -> ((\f -> \x -> [f, \y : (int) -> x]) x)