pa_ppx
PPX Rewriters for Ocaml, written using Camlp5
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
Library pa_ppx_utils
val push : 'a list ref -> 'a -> unit
val pop : 'a list ref -> unit
val top : 'a list ref -> 'a
val isl : ( 'a, 'b ) union -> bool
val isr : ( 'a, 'b ) union -> bool
val outl : ( 'a, 'b ) union -> 'a
val outr : ( 'a, 'b ) union -> 'b
val apply_to_in_channel : ( in_channel -> 'a ) -> string -> 'a
val apply_to_out_channel : ( out_channel -> 'a ) -> string -> 'a
val list_of_stream : 'a Stream.t -> 'a list
val read_ic_fully : ?msg:string -> ?channel:in_channel -> unit -> string
module ColumnFormat : sig ... end