PreviousUpNext

15.4.875  src/lib/src/bounded-queue.pkg

## bounded-queue.pkg
#
# Immutable, fully persistent queues.
#
# For mutable queues see:
#
#     src/lib/src/rw-queue.pkg

# Compiled by:
#     src/lib/std/standard.lib

package bounded_queue
    =
    bounded_queue_via_paired_lists;                             # bounded_queue_via_paired_lists        is from   src/lib/src/bounded-queue-via-paired-lists.pkg



## Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext