package ppx_orakuda

  1. Overview
  2. Docs
exception Error of Lexformat.conversion * string
val format_for_c : Lexformat.conversion -> [ `Star | `String of string ] list
val c_primitive : Lexformat.conversion -> string option
val with_width_or_precision : Lexformat.conversion -> bool
val flush_buffer : Location.t -> Buffer.t -> Ast_405.Parsetree.expression option
val xid : int -> string
val compile_conv : Location.t -> Buffer.t -> int ref -> Lexformat.conversion -> Ast_405.Parsetree.expression list * (int * (Lexformat.inlined_arg * int) option) list
val compile_token : Location.t -> Buffer.t -> int ref -> Lexformat.token -> Ast_405.Parsetree.expression list * (int * (Lexformat.inlined_arg * int) option) list
class cformat : object ... end