Skip to content

Instantly share code, notes, and snippets.

View michelrandahl's full-sized avatar

Michel Bøje Randahl Nielsen michelrandahl

  • Denmark
View GitHub Profile
#r "../../packages/FSharp.Data/lib/net40/FSharp.Data.dll"
#r "System.Xml.Linq.dll"
open FSharp.Data
let base_url = "http://fsharp.github.io"
type HTML = HtmlProvider<"http://fsharp.github.io/FSharp.Data/index.html">
let html = HTML.GetSample()