Edit
Error
This module does not have a toplevel documentation block.
type t = [ `With_filename_only of filename_only_payload
| `With_full_location of full_location_payload ]
let format: Pervasives.format4(
'a,
unit,
string,
span => t
) => 'a
type result('a, 'b) = | Ok('a) | Error('b)