namespace WoofWare.Myriad.Plugins open Fantomas.FCS.Syntax open Fantomas.FCS.Text.Range [] module internal SynAttributes = let ofAttrs (attrs : SynAttribute list) : SynAttributes = attrs |> List.map (fun a -> { Attributes = [ a ] Range = range0 } )