package ocp-ocamlres

  1. Overview
  2. Docs
include module type of struct include OCamlResSubFormats.Lines end

Splits the input into lines

type t = string list
val from_raw : 'a -> string -> string list
val to_raw : 'a -> string list -> string
val pprint : 'a -> string list -> PPrint.document
val pprint_header : 'a -> 'b -> 'c option
val name : 'a -> 'b -> string
val type_name : 'a -> 'b -> string
val mod_name : 'a -> 'b -> string
val info : string
val options : 'a list