summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9881.script
Commit message (Collapse)AuthorAgeFilesLines
* For :info, return all matching Names, rather than complaining about ambiguitySimon Peyton Jones2014-12-221-0/+3
This fixes Trac #9881, and gives more helpful output in the case of ambiguity. Certainly more helpful than the positively-misleading error we get right now.