Parsing.PrettySourcePretty-printing the parser-level AST.
This module defines functions that allow printing elements of syntax found in the parser-level abstract syntax. This is used, for example, to print a file in the Lambdapi syntax, given the AST obtained when parsing a file in the Dedukti syntax.
Keywords table.
The possible priority levels are `Func (top level, including abstraction and product), `Appl (application) and `Atom (smallest priority).
unpack eqs transforms a p_term of the form LpLexer.cons (LpLexer.equiv t u) (LpLexer.cons (LpLexer.equiv v w) ...) into a list [(t,u); (v,w); ...]. See unif_rule.ml.