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
typeprivateMaybeBuilder()=memberx.Bind(v,f)= Option.bind f v
memberx.Return(v)= Some v
memberx.Zero()= Some ()memberx.Combine(v,f:unit ->_)= Option.bind f v
memberx.Delay(f :unit ->'T)= f
memberx.Run(f)= f()memberx.While(cond,f)=if cond()then x.Bind(f(),fun _ -> x.While(cond, f))else x.Zero()letprivatemaybe= MaybeBuilder()lettestFxn=letret=maybe{let!x= Some 1let!y= Some 2return x + y
}
ret
Close ClientServer.sln.
Re-open it.
Find All References on a maybe.
You will see duplicate results in the Find All References window.
Old issue:
The text was updated successfully, but these errors were encountered:
cartermp
changed the title
Strange Find All References results on a CE builder on .NET Core 2.0 project
Duplicate Find All References results after a closed and re-opened .NET Core 2.0 project
Sep 12, 2017
maybe
.You will see duplicate results in the Find All References window.
Old issue:
The text was updated successfully, but these errors were encountered: