aboutsummaryrefslogtreecommitdiff
path: root/dev/include_printers
AgeCommit message (Collapse)Author
2020-12-28Register a printer for fconstr substitutions in the kernel.Pierre-Marie Pédrot
2020-09-18Adding debugging printers for Intmap.Hugo Herbelin
2020-06-04Move the cbn reduction to its own file, and simplify the RAKAM accordingly.Pierre-Marie Pédrot
2019-05-14Add aucontext debug printerGaëtan Gilbert
2019-02-18[dev] Add include versions for Dune builds.Emilio Jesus Gallego Arias
Fixes #9537 This way, users can do: ``` dune exec coqtop.byte > Drop. # #directory "dev";; # #use "include_dune";; ```