Module 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.

Stops at the first chain break and reports it rather than returning quietly.