mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 05:03:59 -05:00
11 lines
169 B
OCaml
11 lines
169 B
OCaml
|
|
(** {1 Configuration} *)
|
|
|
|
type 'a sequence = ('a -> unit) -> unit
|
|
|
|
module Key = CCHet.Key
|
|
|
|
type pair = CCHet.pair =
|
|
| Pair : 'a Key.t * 'a -> pair
|
|
|
|
include CCHet.Map
|