diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2024-05-30 22:20:57 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-30 22:20:57 +0200 |
| commit | f0752d67cd188f438280e1f0c692dc1f5f14a190 (patch) | |
| tree | 2dd05c13aef3b3c6384bfa091b14633bc86e65a4 /bench | |
| parent | 19eab026f4f4c6a2d38ceb1fffa6062ba2637a46 (diff) | |
Refactor Nested (modules, function names)
Diffstat (limited to 'bench')
| -rw-r--r-- | bench/Main.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/Main.hs b/bench/Main.hs index 41eb3b3..08fde04 100644 --- a/bench/Main.hs +++ b/bench/Main.hs @@ -6,7 +6,8 @@ import qualified Numeric.LinearAlgebra as LA import Test.Tasty.Bench import Data.Array.Nested -import Data.Array.Nested.Internal (mliftPrim, mliftPrim2, arithPromoteRanked, arithPromoteRanked2) +import Data.Array.Nested.Mixed (mliftPrim, mliftPrim2) +import Data.Array.Nested.Ranked (arithPromoteRanked, arithPromoteRanked2) main :: IO () |
