Skip to content

Instantly share code, notes, and snippets.

@nh2
Created February 23, 2013 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nh2/5017974 to your computer and use it in GitHub Desktop.
Save nh2/5017974 to your computer and use it in GitHub Desktop.
GHC 7.4 wrong "qualified as" name
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