Skip to content

Allow Attributes to follow the member keyword #33

@baronfel

Description

@baronfel

Allow Attributes to follow the member keyword [11628951]

Submitted by Jared Hester on 1/28/2016 12:00:00 AM
1 votes on UserVoice prior to migration

instead of just -
[]
member __.ReturnFrom (value: 'T option) : Async<'T option> = async.Return value
and -
[] member __.ReturnFrom (value: 'T option) : Async<'T option> = async.Return value
^ which causes indentation issues for following definitions without attributes
allow -
member [] __.Zero () : Async = Some () |> async.Return

Response

** by fslang-admin on 2/3/2016 12:00:00 AM **

Declines see comment above
Don Syme, F# Language Evolution

Original UserVoice Submission
Archived Uservoice Comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions