Skip to content

Instantly share code, notes, and snippets.

@teivah
Created March 16, 2024 17:14
Show Gist options
  • Save teivah/3995ee848247d0bde42cb11507aac81d to your computer and use it in GitHub Desktop.
Save teivah/3995ee848247d0bde42cb11507aac81d to your computer and use it in GitHub Desktop.
plusOne :: Int -> Maybe Int
plusOne x = Just (x + 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment