package bistro

  1. Overview
  2. Docs
method bool : bool -> bool
method char : char -> char
method int : int -> int
method list : 'a. ('a -> 'a) -> 'a list -> 'a list
method option : 'a. ('a -> 'a) -> 'a option -> 'a option
method string : string -> string