Skip to content

Instantly share code, notes, and snippets.

@teivah
Created March 16, 2024 14:55
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/c98938a407c3aeddb2d0d59c79b6284b to your computer and use it in GitHub Desktop.
Save teivah/c98938a407c3aeddb2d0d59c79b6284b to your computer and use it in GitHub Desktop.
withMonad :: Int -> String -> Maybe String
withMonad age name = do
validateAge age
return (greet name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment