Changeset 11 in code for trunk/lib/store.ml


Ignore:
Timestamp:
Jun 20, 2022, 11:08:12 PM (3 years ago)
Author:
fox
Message:

Remove redundant Store.with_id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/store.ml

    r3 r11  
    99        val newest: record_t -> record_t -> int
    1010        val oldest: record_t -> record_t -> int
    11         val with_id: archive_t -> Id.t -> (Text.t option, Text.t list) result
    1211        val with_text: archive_t -> Text.t -> (string * Text.t, string) result
    1312        val iter: ?predicate:(Text.t -> bool) -> ?order:(record_t -> record_t -> int) -> ?number:int
Note: See TracChangeset for help on using the changeset viewer.