Audit_log.Reader
val fold : string -> init:'a -> f:('a -> Audit_record.t -> 'a) -> ('a, string) Stdlib.result
fold path ~init ~f over every record in one file.
fold path ~init ~f
Stops at the first chain break and reports it rather than returning quietly.