package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = json
val string : 'a -> [> `String of 'a ]
val int : 'a -> [> `Int of 'a ]
val bool : 'a -> [> `Bool of 'a ]
val option : ('a -> [> `Null ] as 'b) -> 'c option -> 'd
val list : ('a -> 'b) -> 'a list -> [> `List of 'b list ]
val pretty_to_string : (t -> string) ref