Source file segments__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(** @canonical Segments.Heap *)
module Heap = Segments__Heap
(** @canonical Segments.LazyList *)
module LazyList = Segments__LazyList
(** @canonical Segments.Sigs *)
module Sigs = Segments__Sigs
(** @canonical Segments.StrictSet *)
module StrictSet = Segments__StrictSet
(** @canonical Segments.ThunkList *)
module ThunkList = Segments__ThunkList
(** @canonical Segments.ThunkListMemo *)
module ThunkListMemo = Segments__ThunkListMemo
(** @canonical Segments.Trie *)
module Trie = Segments__Trie