aboutsummaryrefslogtreecommitdiffstats
path: root/src/Vivant/Common.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Vivant/Common.hs')
-rw-r--r--src/Vivant/Common.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Vivant/Common.hs b/src/Vivant/Common.hs
index cf017ca..a02f8ad 100644
--- a/src/Vivant/Common.hs
+++ b/src/Vivant/Common.hs
@@ -1,6 +1,4 @@
-module Vivant.Common
- (vectorSize, uncurry3)
-where
+module Vivant.Common (vectorSize, uncurry3) where
import qualified Data.Vector.Storable as V
import Foreign.Storable (sizeOf)