namespace Mutannot open System [] type MutationCaseAttribute(patch: string) = inherit Attribute() member _.Patch = patch