aboutsummaryrefslogtreecommitdiff
path: root/lib/cAst.mli
AgeCommit message (Collapse)Author
2018-02-27Update headers following #6543.Théo Zimmermann
2017-05-24[location] Renaming "CAst.ast" to "CAst.t"Matej Košík
2017-04-25[location] [ast] Switch Constrexpr AST to an extensible node type.Emilio Jesus Gallego Arias
Following @gasche idea, and the original intention of #402, we switch the main parsing AST of Coq from `'a Loc.located` to `'a CAst.ast` which is private and record-based. This provides significantly clearer code for the AST, and is robust wrt attributes.