package oranger

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

Module Oranger.UtlsSource

module L = BatList
Sourceval with_in_file : string -> (in_channel -> 'a) -> 'a
Sourceval with_out_file : string -> (out_channel -> 'a) -> 'a
Sourceval stddev : float list -> float
Sourceval lines_of_file : string -> string list
Sourceval filter_lines_of_file : string -> (string -> bool) -> string list