Skip to content

Instantly share code, notes, and snippets.

@ourmaninamsterdam
Last active January 16, 2021 11:32
Show Gist options
  • Save ourmaninamsterdam/6238b6208ef1914354da221cb31d0e04 to your computer and use it in GitHub Desktop.
Save ourmaninamsterdam/6238b6208ef1914354da221cb31d0e04 to your computer and use it in GitHub Desktop.
Abstract list operations and signatures - racket-lang

Natural -> (listof X) - build-list

(listof X) -> (listof X) - filter

(listof X) -> (listof Y) - map

(listof X) -> Boolean - andmap

(listof X) -> Boolean - ormap

Y (listof X) -> Y - foldr

Y (listof X) -> Y - foldl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment