2808b7f9a ^
1 2 3 4 5 6 7 8
# bug #2233 type MalType = object fun: proc: MalType proc f(x: proc: MalType) = discard x() f(nil)