You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: