aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3638.v
Commit message (Collapse)AuthorAge
* Ensuring all .v files end with a newline to make "sed -i" work better on them.Gravatar Hugo Herbelin2017-08-21
|
* Fix debug printing with primitive projections.Gravatar Matthieu Sozeau2014-09-18
Add a flag to indicate if we're in the toplevel or debuggger to not try to retype terms in the wrong environment (and making find_rectype, get_type_of untraceable). This fixes bug #3638 along with the previous commit.