We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297015e commit f3e1cc5Copy full SHA for f3e1cc5
src/mirage_kv.mli
@@ -147,7 +147,8 @@ module type RO = sig
147
148
val list: t -> key -> ((key * [`Value | `Dictionary]) list, error) result Lwt.t
149
(** [list t k] is the list of entries and their types in the
150
- dictionary referenced by [k] in [t].
+ dictionary referenced by [k] in [t]. The returned keys are all absolute
151
+ (i.e. [Key.add k entry]).
152
153
The result is [Error (`Dictionary_expected k)] if [k] refers to a
154
value in [t]. *)
0 commit comments