package ppxx

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

Patterns

Patterns

Patterns

Patterns

include module type of struct include Xhelper.XPat end
val unit : ?loc:Ppxlib.Ast.location -> unit -> Ppxlib.Ast.pattern
val string : ?loc:Ppxlib.Ast.location -> string -> Ppxlib.Ast.pattern
val of_expr : Ppxlib.Ast.expression -> [> `Error of Ppxlib.Ast.expression | `Ok of Ppxlib.Ast.pattern ]