package cohttp-server-lwt-unix

  1. Overview
  2. Docs

Module Body.SubstringSource

Sourcetype t = {
  1. base : string;
  2. pos : int;
  3. len : int;
}