darcsden :: alex -> the -> blob

the programming language

root / prelude / list.the

1
2
3
4
(l: List) each: (b: Block) := {
    l map: b in-scope
    l
} call