package ppxx

  1. Overview
  2. Docs
include module type of struct include Ppxlib.Ast_helper.Exp end

Expressions

Expressions

Expressions

Expressions

include module type of struct include Xhelper.XExp end
val unit : ?loc:Ppxlib.Ast.location -> unit -> Ppxlib.Ast.expression
val assert_false : unit -> Ppxlib.Ast.expression
val is_simple_ext : Ppxlib.Ast.label -> Ppxlib.Ast.expression -> bool

If the args are empty, returns the function itself

If the args are empty, returns (). If the args is singleton, returns itself.

val parse : string -> Ppxlib.Ast.expression