summaryrefslogtreecommitdiff
path: root/lib/isabelle/output/document
AgeCommit message (Collapse)Author
2019-05-08Remove generated TeX fileThomas Bauereiss
2019-04-15Basic loop termination measures for CoqBrian Campbell
Currently only supports pure termination measures for loops with effects. The user syntax uses separate termination measure declarations, as in the previous recursive termination measures, which are rewritten into the loop AST nodes before type checking (because it would be rather difficult to calculate the correct environment to type check the separate declaration in).