Module Uri_parsing.ProjectionSource

Sourcetype ('a, 'b) t = {
  1. parse_exn : 'a -> 'b;
  2. unparse : 'b -> 'a;
}

Abstraction used heavily in this module to parse/unparse from 'a to 'b