package ppxx

  1. Overview
  2. Docs

Expressions

Create a variable AST of the given name like "x"

Create an longident AST of the given name, such as "Printf.printf".

Parse the given string as an expression and returns the corresponding AST

Create assert false

Imported from Ast_helper

val is_simple_ext : string -> Migrate_parsetree.Ast_405.Parsetree.expression -> bool

is_simple_ext <str> e Returns true if e is %<str>.