Created
February 23, 2013 01:58
-
-
Save nh2/5017974 to your computer and use it in GitHub Desktop.
GHC 7.4 wrong "qualified as" name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import qualified Data.Vector as V | |
import qualified Data.Vector.Storable as VS | |
import qualified Data.Vector.Unboxed as U | |
main = do | |
_k <- VS.convert (undefined :: U.Vector) :: VS.Vector | |
return () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment