Skip to content

Instantly share code, notes, and snippets.

@teivah
Last active March 16, 2024 16:10
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 teivah/4338f0f6f54fbf59b35be989baecd5d3 to your computer and use it in GitHub Desktop.
Save teivah/4338f0f6f54fbf59b35be989baecd5d3 to your computer and use it in GitHub Desktop.
plusOne :: Int -> Maybe Int
plusOne x = return (x + 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment