fsprojects / FSharpx.Extras

Functional programming and other utilities from the original "fsharpx" project
https://fsprojects.github.io/FSharpx.Extras/
The Unlicense
682 stars 146 forks source link

Remove TreeZipper.fs that was not in fsproj and update sln #402

Closed gdziadkiewicz closed 3 years ago

gdziadkiewicz commented 3 years ago

RealTimeQueue from TreeZipper.fs can be found in https://github.com/fsprojects/FSharpx.Collections/blob/68acb6cb5e860ced24a03c95922e6809352b8c4b/src/FSharpx.Collections.Experimental/RealTimeQueue.fs

jackfoxy commented 3 years ago

@gdziadkiewicz I think you mean to link to this https://github.com/fsprojects/FSharpx.Collections/blob/68acb6cb5e860ced24a03c95922e6809352b8c4b/src/FSharpx.Collections.Experimental/BinaryTreeZipper.fs

gdziadkiewicz commented 3 years ago

Thanks for attention @jackfoxy ! The name of the file is misleading as it contains RealTimeQueue despite being named TreeZipper.fs .