Tweak the definition of (^) again
authorIan Lynagh <igloo@earth.li>
Sun, 1 Jun 2008 12:07:59 +0000 (12:07 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 1 Jun 2008 12:07:59 +0000 (12:07 +0000)
commit9d0f1041986af52962b74540e70a9f49d5fc56c0
treec9804d3ee1cee37d60f745b6e6d0336ac8566056
parent3907800d3a9f26fba88b0605af197a7d2866a0eb
Tweak the definition of (^) again
This fixes trac #2306 (do the minimum number of (*)s), and also means
that we don't use the value of (1 :: a) which causes problems if the
Num a definition isn't complete.
GHC/Real.lhs