My agentic slop goes here. Not intended for anyone else!
at main 157 B view raw
1(** The common signature that all error modules must (at least) satisfy. *) 2 3type t = Xmlm.pos * string 4 5exception Error of t 6 7val to_string : exn -> string