package oplsr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module L = BatList
module Log = Dolog.Log
val with_in_file : string -> (in_channel -> 'a) -> 'b
val with_out_file : string -> (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
val iter_on_lines_of_file : string -> (string -> 'a) -> unit
val get_command_output : bool -> string -> string
val fold_on_lines_of_file : string -> ('a -> string -> 'b) -> 'c -> 'd
val float_list_of_file : string -> float list
val wall_clock_time : (unit -> 'a) -> float * 'b
OCaml

Innovation. Community. Security.