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
Allow Attributes to follow the
memberkeyword [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