repos
/
DrHylo
/ darcs_commitdiff
summary
|
shortlog
|
log
|
tree
|
commit
|
commitdiff
|
headdiff
unified
|
plain
|
darcs
Avoid duplicate instance contexts
Tue Dec 9 10:15:17 WET 2008 hpacheco@di.uminho.pt
* Avoid duplicate instance contexts
hunk ./src/FunctorOf.hs 171
- let observableInst = getObservableInst loc consts arg
+ let observableInst = getObservableInst loc (nub consts) arg