package lbvs_consent

  1. Overview
  2. Docs

Module Lbvs_consent.MyUtilsSource

module L = BatList
Sourcemodule Log = Dolog.Log
Sourcetype filename = string
Sourceval tap : ('a -> 'b) -> 'a -> 'a
Sourceval fst3 : ('a * 'b * 'c) -> 'a
Sourceval create_tmp_filename : unit -> string
Sourceval mkfifo : filename -> unit
Sourceval enforce : bool -> string -> unit
Sourceval with_out_file : filename -> (out_channel -> 'a) -> 'a
Sourceval with_temp_out_file : (filename -> 'a) -> 'a
Sourceval with_in_file : filename -> (in_channel -> 'a) -> 'a
Sourceval with_in_out_file : filename -> filename -> (in_channel -> out_channel -> 'a) -> 'a
Sourceval with_gzip_in_file : string -> (Gzip.in_channel -> 'a) -> 'a
Sourceval with_gzip_out_file : int -> string -> (Gzip.out_channel -> 'a) -> 'a
Sourceval gzip_output_string : Gzip.out_channel -> string -> unit
Sourceval list_parmap : int -> ('a -> 'b) -> 'a list -> 'b list
Sourceval list_pariter : int -> ('a -> unit) -> 'a list -> unit
Sourceval lines_of_file : filename -> string list
Sourceval iter_on_lines_of_file : string -> (string -> 'a) -> unit
Sourceval map_on_file : filename -> (in_channel -> 'a) -> 'a list
Sourceval map_on_lines_of_file : filename -> (string -> 'a) -> 'a list
Sourceval skip_blocks : int -> ('a -> 'b) -> 'a -> unit
Sourceval parmap_on_file : int -> filename -> ('a -> 'b) -> (in_channel -> 'a) -> 'b list
Sourceval read_lines : filename -> string list
Sourceval write_lines : string list -> filename -> unit
Sourceval filter_lines_of_file : filename -> (string -> bool) -> string list
Sourceval get_command_output : string -> string
Sourceval fork_out_cmd : string -> int
Sourceval command_exists : string -> string option
Sourceval run_command : string -> unit
Sourceval get_env : string -> string option
Sourceval find_command : string -> string -> string option
Sourceval filename_is_absolute : string -> bool
Sourceval relative_to_absolute : string -> string
Sourceval remove_string_prefix : string -> string -> string
Sourceval string_contains_non_binary_digit : Str.regexp
Sourceval string_contains_only_zeros_or_ones : string -> bool
Sourceval string_contains_non_digits_non_sep : Str.regexp
Sourceval string_is_a_list_of_integers : string -> bool
Sourceval may_apply : ('a -> unit) -> 'a option -> unit
Sourceval lock_file_for_writing : filename -> bool
Sourceval all_pairs : 'a list -> ('a * 'a) list
Sourceval n_times : int -> (unit -> 'a) -> 'a list
Sourceval bitv_to_floats : Bitv.t -> float array
Sourceval round : float -> float
Sourceval push : 'a -> 'a list ref -> unit
Sourceval id : 'a -> 'a
OCaml

Innovation. Community. Security.