From e453e46a84f9b6a544163986c20436f4c41273bf Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 14 Sep 2011 09:29:47 -0400 Subject: [PATCH] Add an export list to Examples. --- src/Examples.hs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Examples.hs b/src/Examples.hs index ebdf268..0fc31c9 100644 --- a/src/Examples.hs +++ b/src/Examples.hs @@ -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 -- 2.43.2