Documentation

Std.Lean.Syntax

Helper functions for working with typed syntaxes. #

Applies the given function to every subsyntax.

Like Syntax.replaceM but for typed syntax. (Note there are no guarantees of type correctness here.)

Equations
Instances For

    Constructs a typed separated array from elements. The given array does not include the separators.

    Like Syntax.SepArray.ofElems but for typed syntax.

    Equations
    Instances For