Higher-order functions: Difference between revisions

m
→‎{{header|AppleScript}}: Removed a comment duplication
(VBA)
m (→‎{{header|AppleScript}}: Removed a comment duplication)
Line 282:
-- Sublist of those elements for which the predicate
-- function returns true
-- filter :: (a -> Bool) -> [a] -> [a]
-- filter :: (a -> Bool) -> [a] -> [a]
on filter(f, xs)
9,655

edits