package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
val default_context : int
val default_line_big_enough : int
val default_word_big_enough : int
val remove_ws : string -> string

remove_ws calls String.strip and replaces whitespace with " "

module Private : sig ... end
module Without_unix : S