summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Foreign.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-04-29 19:32:43 +0200
committerAlberto Ruiz <aruiz@um.es>2014-04-29 19:32:43 +0200
commitf68a6654326e4ddbf1fac96c27ebbcbcde2b7639 (patch)
treee0d659d14448c27294e1b9ed1173c24f7234ae45 /lib/Data/Packed/Foreign.hs
parent56eb38203d29bf2a9d21c3dc66c07b3d4f92651b (diff)
hide documentation
Diffstat (limited to 'lib/Data/Packed/Foreign.hs')
-rw-r--r--lib/Data/Packed/Foreign.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Data/Packed/Foreign.hs b/lib/Data/Packed/Foreign.hs
index efa51ca..1ec3694 100644
--- a/lib/Data/Packed/Foreign.hs
+++ b/lib/Data/Packed/Foreign.hs
@@ -6,6 +6,7 @@
6-- @ glUniformMatrix4fv 0 1 (fromIntegral gl_TRUE) \`appMatrix\` perspective 0.01 100 (pi\/2) (4\/3) 6-- @ glUniformMatrix4fv 0 1 (fromIntegral gl_TRUE) \`appMatrix\` perspective 0.01 100 (pi\/2) (4\/3)
7-- @ 7-- @
8-- 8--
9{-# OPTIONS_HADDOCK hide #-}
9module Data.Packed.Foreign 10module Data.Packed.Foreign
10 ( app 11 ( app
11 , appVector, appVectorLen 12 , appVector, appVectorLen