Closed syaiful6 closed 8 years ago
https://hackage.haskell.org/package/base-4.9.0.0/docs/Data-Monoid.html#t:Dual so it should swapped. But, i have problem to test this, it keep telling me t isn't a function when i run the test. this problem also thrown by other ADT like Min, Max and Dual.
t
update: make all test passed
https://hackage.haskell.org/package/base-4.9.0.0/docs/Data-Monoid.html#t:Dual so it should swapped. But, i have problem to test this, it keep telling me
t
isn't a function when i run the test. this problem also thrown by other ADT like Min, Max and Dual.