Skip to content

Instantly share code, notes, and snippets.

@chamook
Last active January 20, 2016 18:26
Show Gist options
  • Select an option

  • Save chamook/e22c875a8860793eda1b to your computer and use it in GitHub Desktop.

Select an option

Save chamook/e22c875a8860793eda1b to your computer and use it in GitHub Desktop.
You can make .net objects in F# (in case you were in doubt)
open System
let makeUri s = "http://" + s |> Uri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment