package htmlfromtexbooks

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

Various utilities module

val string_starts_with : Stdlib.String.t -> string -> bool

Implementation of 4.13's OCaml String.starts_with command to be backward compatible

val string_to_list : Stdlib.String.t -> char list

A simple function to transform a string into a list of its chars

val read_file : string -> string list

Simple re-usable file-reading into a list of line function

val write_to_file : string -> string -> unit

A function to write in a output file