digraph G {
    page="40,60"; 
    ratio=auto;
    rankdir=LR;
    fontsize=10;
   "IntelliFactory.WebSharper.Formlet.Data" -> { rank=none; "IntelliFactory.WebSharper.Formlet.Body" }
   "IntelliFactory.WebSharper.Formlet.Enhance" -> { rank=none; "IntelliFactory.WebSharper.Formlet.Layout" }
   "IntelliFactory.WebSharper.Formlet.Formlet" -> { rank=none; "IntelliFactory.WebSharper.Formlet.Body"; "IntelliFactory.WebSharper.Formlet.FormletBuilder" }
   "IntelliFactory.WebSharper.Formlet.FormletBuilder" -> { rank=none; "IntelliFactory.WebSharper.Formlet.Body" }
   "IntelliFactory.WebSharper.Formlet.LayoutProvider" -> { rank=none; "IntelliFactory.WebSharper.Formlet.Body"; "IntelliFactory.WebSharper.Formlet.Layout" }
   }
