Skip to content

Instantly share code, notes, and snippets.

@teivah
Last active March 16, 2024 13:54
Show Gist options
  • Save teivah/38fe066dcbc581b1d56e5f1f3dabab05 to your computer and use it in GitHub Desktop.
Save teivah/38fe066dcbc581b1d56e5f1f3dabab05 to your computer and use it in GitHub Desktop.
withApplicative :: Int -> String -> Maybe String
withApplicative age name = greet <$> (Just name) <*> validateAge age
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment