Say I am creating an attribute in F# and I apply it to a function as follows:
type MyAttribute(value: int) = inherit System.Attribute() member this.Va