From 0363f89b0681438a3059754a2b5fa2002123d4d1 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 16 May 2025 00:20:16 +0200 Subject: Explicit re-exports of Base members This is to ensure that haddock doesn't insert a module reference, but displays the members of the Base module inline. --- src/Data/Array/Nested/Shaped.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Data/Array/Nested/Shaped.hs') diff --git a/src/Data/Array/Nested/Shaped.hs b/src/Data/Array/Nested/Shaped.hs index c4c61fd..97c7277 100644 --- a/src/Data/Array/Nested/Shaped.hs +++ b/src/Data/Array/Nested/Shaped.hs @@ -7,8 +7,11 @@ {-# LANGUAGE TypeOperators #-} {-# LANGUAGE ViewPatterns #-} module Data.Array.Nested.Shaped ( - module Data.Array.Nested.Shaped.Base, + Shaped(Shaped), + squotArray, sremArray, satan2Array, + sshape, module Data.Array.Nested.Shaped, + liftShaped1, liftShaped2, ) where import Prelude hiding (mappend, mconcat) -- cgit v1.2.3-70-g09d2