We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8d4b0 commit bab90f8Copy full SHA for bab90f8
src/SDL/Internal/Vect.hs
@@ -9,7 +9,7 @@ module SDL.Internal.Vect
9
10
-- Copied from the 'linear' package by Edward Kmett.
11
12
-import Control.Applicative (liftA2)
+import Control.Applicative (Applicative, liftA2)
13
import Foreign.Storable
14
import Foreign.Ptr (castPtr)
15
0 commit comments