Skip to content

Instantly share code, notes, and snippets.

@mem-memov
Last active September 20, 2019 20:39
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 mem-memov/d1ce268c428c6ca50b1ffb20cec70e94 to your computer and use it in GitHub Desktop.
Save mem-memov/d1ce268c428c6ca50b1ffb20cec70e94 to your computer and use it in GitHub Desktop.
h list
let length = l where l [] = 0; l (x:xs) = 1 + l xs;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment