]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Add an export list to Examples.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 14 Sep 2011 13:29:47 +0000 (09:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 14 Sep 2011 13:29:47 +0000 (09:29 -0400)
src/Examples.hs

index ebdf268e43df19bab5b02e3c99868c8db4b2410b..0fc31c938b2c1a1186ede8f13591195bc1c27265 100644 (file)
@@ -1,4 +1,11 @@
-module Examples
+module Examples (
+  naturals,
+  naturals_1d,
+  trilinear,
+  trilinear_zoom_2,
+  trilinear9x9x9,
+  zeros
+  )
 where
 
 import qualified Data.Array.Repa as Repa