PreviousUpNext

15.4.969  src/lib/src/queue.pkg

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

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

package queue
    =
    queue_via_paired_lists;                             # queue_via_paired_lists        is from   src/lib/src/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