Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / mlton / queue / sources.cm
1 (* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 * Copyright (C) 1997-2000 NEC Research Institute.
4 *
5 * MLton is released under a BSD-style license.
6 * See the file MLton-LICENSE for details.
7 *)
8
9 Library
10
11 structure SinglyLinkedQueue
12
13 is
14
15 ../base/sources.cm
16
17 ephemeral.sig
18 unbounded-ephemeral.sig
19 singly-linked.fun
20 bounded-ephemeral.sig
21 circular.fun
22
23 basic-persistent.sig
24 list.fun
25 two-list.fun
26 append-reverse.sig
27 lazy-append-reverse.fun
28 incremental-append-reverse.fun
29 explicit-append-reverse.fun
30 early.fun
31 incremental.fun
32 persistent.sig
33 persistent.fun
34