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 bce46f3 commit 69ec371Copy full SHA for 69ec371
src/SDL/Vect.hs
@@ -5,10 +5,8 @@
5
-- By default, re-exports the "Linear" and "Linear.Affine" modules from the
6
-- 'linear' package. With the @no-linear@ Cabal flag, instead exports a
7
-- duplicate implementation of the 'V2', 'V3', 'V4' and 'Point' types from
8
--- "SDL.Internal.Vect". This implementation provides as many instances as
9
--- possible for those types while avoiding any additional dependencies,
10
--- including the transient dependency on 'lens' and Template Haskell incurred
11
--- by 'linear' itself.
+-- "SDL.Internal.Vect", which provides as many instances as possible for those
+-- types while avoiding any additional dependencies.
12
module SDL.Vect
13
( module Vect
14
-- * Point
0 commit comments