package sqlgg

  1. Overview
  2. Docs
exception At of (int * int) * exn
val ($) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val identity : 'a -> 'a
val flip : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c
val tuck : 'a list Stdlib.ref -> 'a -> unit
val option_list : 'a option -> 'a list
val fail : ('a, unit, string, 'b) Stdlib.format4 -> 'a
val failed : at:(int * int) -> ('a, unit, string, 'b) Stdlib.format4 -> 'a
val printfn : ('a, unit, string, unit) Stdlib.format4 -> 'a
val eprintfn : ('a, unit, string, unit) Stdlib.format4 -> 'a
OCaml

Innovation. Community. Security.