package scope

  1. Overview
  2. Docs

Module Scope.UtilsSource

Sourceval fn_matches : string -> string list -> bool
Sourceval trim_nulls : String.t -> String.t
Sourceval split_on_whitespace : String.t -> string list
Sourceval skip_whitespace : In_channel.t -> unit
Sourceval time_it : ?func_name:string -> (unit -> 'a) -> 'a