package htmlfromtexbooks

  1. Overview
  2. Docs

Module Htmlfromtexbooks.UtilsSource

Various utilities module

Sourceval string_starts_with : String.t -> string -> bool

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

Sourceval string_to_list : String.t -> char list

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

Sourceval read_file : string -> string list

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

Sourceval write_to_file : string -> string -> unit

A function to write in a output file

OCaml

Innovation. Community. Security.