Changeset 11 in code for trunk/lib/store.ml
- Timestamp:
- Jun 20, 2022, 11:08:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/store.ml
r3 r11 9 9 val newest: record_t -> record_t -> int 10 10 val oldest: record_t -> record_t -> int 11 val with_id: archive_t -> Id.t -> (Text.t option, Text.t list) result12 11 val with_text: archive_t -> Text.t -> (string * Text.t, string) result 13 12 val iter: ?predicate:(Text.t -> bool) -> ?order:(record_t -> record_t -> int) -> ?number:int
Note:
See TracChangeset
for help on using the changeset viewer.