Skip to content

Instantly share code, notes, and snippets.

@t0yv0
Created January 21, 2011 13:07
Show Gist options
  • Save t0yv0/789652 to your computer and use it in GitHub Desktop.
Save t0yv0/789652 to your computer and use it in GitHub Desktop.
type Website() =
interface IWebsite<Action> with
member this.Actions = []
member this.Sitelet = Site.Main
[<assembly: WebsiteAttribute(typeof<Website>)>]
do ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment