Skip to content

Commit

Permalink
Review API docs for queue - references #2
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 9, 2013
1 parent a3631d8 commit 0314648
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/FSharpx.Collections/Queue.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
/// The qualities of the Queue structure make elements first in, first out (fifo).
/// "head" inspects the first or left-most element in the structure, while "conj"
/// inserts an element at the end, or right of the structure.
/// Purely functional (immutable) Queue based on Okasaki's batched queue.
/// Value and function naming standard based on consistent List-like naming: http://jackfoxy.com/semantics-and-list-like-data-structures
/// Original F# implementation http://lepensemoi.free.fr/index.php/2009/12/10/batched-queue
/// Purely functional (immutable) Queue based on Okasaki's batched queue.
[<Class>]
type Queue<'T> =

Expand Down

0 comments on commit 0314648

Please sign in to comment.