Skip to content

Instantly share code, notes, and snippets.

@dminuoso

dminuoso/f.hs Secret

Created October 4, 2022 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dminuoso/af04270a918882b2cfa5b4eec74036ca to your computer and use it in GitHub Desktop.
Save dminuoso/af04270a918882b2cfa5b4eec74036ca to your computer and use it in GitHub Desktop.
(\f b -> 1 `f` (2 `f` (3 `f` b)))
1 : (2 : (3 : []))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment