package fsml

  1. Overview
  2. Docs

Module Fsml.MiscSource

Sourceval string_of_list : f:('a -> string) -> sep:string -> 'a list -> string
Sourceval iter_fst : (bool -> 'a -> 'b) -> 'a list -> unit
Sourceval list_make : f:(int -> 'a) -> lo:int -> hi:int -> 'a list
Sourceval flat_map : ('a -> 'b list) -> 'a list -> 'b list
Sourceval cart_prod : 'a list -> 'b list -> ('a * 'b) list
Sourceval list_parse : parse_item:(Genlex.token Stream.t -> 'a) -> sep:string -> Genlex.token Stream.t -> 'a list
Sourceval string_of_opt : ('a -> string) -> 'a option -> string
Sourceval bit_size : int -> int
Sourceval pow2 : int -> int
Sourceval quote_string : string -> string
Sourceval check_dir : string -> unit
Sourceval spaces : int -> string
Sourceval replace_assoc : 'a -> 'b -> ('a * 'b) list -> ('a * 'b) list