package linol

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module String_zipper.PrivateSource

type zipper := t
Sourcetype nonrec t = {
  1. left : Substring.t list;
  2. rel_pos : int;
  3. abs_pos : int;
  4. current : Substring.t;
  5. line : int;
  6. right : Substring.t list;
}
Sourceval reflect : zipper -> t
OCaml

Innovation. Community. Security.