sexplib0
Library containing the definition of S-expressions and some base converters
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Raw_grammar : sig ... end
val size : t -> int * int
val buffer : unit -> Buffer.t
val to_buffer_gen :
buf:'buffer ->
add_char:( 'buffer -> char -> unit ) ->
add_string:( 'buffer -> string -> unit ) ->
t ->
unit