index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tac2print.ml
Age
Commit message (
Expand
)
Author
2018-03-27
Fix printing of toplevel record values.
Pierre-Marie Pédrot
2017-10-27
Better printers for toplevel values.
Pierre-Marie Pédrot
2017-10-07
Remove unused warnings.
Pierre-Marie Pédrot
2017-10-07
Fix coq/ltac2#30: Compilation broken since -safe-string PR got merged.
Pierre-Marie Pédrot
2017-10-01
Abstracting away the implementation of value representations.
Pierre-Marie Pédrot
2017-09-30
Abstracting away the primitive functions on valexpr datatype.
Pierre-Marie Pédrot
2017-09-14
Moving valexpr definition to Tac2ffi.
Pierre-Marie Pédrot
2017-09-13
Better printing for list literals.
Pierre-Marie Pédrot
2017-09-08
Fix coq/ltac2#27: ... is not a particularly helpful printing of an error mess...
Pierre-Marie Pédrot
2017-09-08
Fix coq/ltac2#22: Argument to Tactic_failure should be printed.
Pierre-Marie Pédrot
2017-09-02
Fix coq/ltac2#12: Error should name which match cases are unhandled.
Pierre-Marie Pédrot
2017-08-29
Fixing printing of tactic expressions.
Pierre-Marie Pédrot
2017-08-29
Rolling our own generic arguments.
Pierre-Marie Pédrot
2017-08-29
Removing dead code for handling of array litterals.
Pierre-Marie Pédrot
2017-08-18
Trying to enhance the printing of tactic expressions.
Pierre-Marie Pédrot
2017-08-07
Introducing grammar-free tactic notations.
Pierre-Marie Pédrot
2017-07-27
Factorizing code for constructors and tuples.
Pierre-Marie Pédrot
2017-07-27
Cleaning up code in internalization.
Pierre-Marie Pédrot
2017-07-26
Ensuring that inductive constructors are always capitalized.
Pierre-Marie Pédrot
2017-07-24
Turning the ltac2 subfolder into a standalone plugin.
Pierre-Marie Pédrot