mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-13 14:30:33 -05:00
7 lines
113 B
OCaml
7 lines
113 B
OCaml
(** Configuration *)
|
|
|
|
module Key = Het.Key
|
|
|
|
type pair = Het.pair = Pair : 'a Key.t * 'a -> pair
|
|
|
|
include Het.Map
|