package oranger

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module L = BatList
val with_in_file : string -> (Stdlib.in_channel -> 'a) -> 'b
val with_out_file : string -> (Stdlib.out_channel -> 'a) -> 'b
val stddev : float list -> float
val lines_of_file : string -> string list
val filter_lines_of_file : string -> (string -> bool) -> string list