toku-sa-n / coqfmt

Coq code formatter
https://toku-sa-n.github.io/coqfmt/
GNU Affero General Public License v3.0
21 stars 2 forks source link

PP record projections #503

Closed whonore closed 4 months ago

whonore commented 4 months ago

Adds support for record projection expressions and named arguments (f (x := y) or f (1 := y)). Currently only supports projections without universe annotations.