Skip to content

Instantly share code, notes, and snippets.

@gerardtoconnor
Created July 13, 2017 01:38
Show Gist options
  • Save gerardtoconnor/4596078c7ec19c2ae1433bc764ab136a to your computer and use it in GitHub Desktop.
Save gerardtoconnor/4596078c7ec19c2ae1433bc764ab136a to your computer and use it in GitHub Desktop.
Showing similarities to option bind format
let route (path : string) : HttpHandler =
fun Some' ctx ->
if (getPath ctx).Equals path
then Some' ctx
else Task.FromResult None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment