diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2024-05-31 09:00:05 +0200 | 
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2024-05-31 09:00:05 +0200 | 
| commit | 3c0b1b04fcdbb25dc1e4da94fce859a516189a4b (patch) | |
| tree | a19b84d5bb0e017b71672c9a2f2d040d8b8fe5fd /src | |
| parent | eea22885eccfe6f720a24682346159853d386434 (diff) | |
Add StrictData in Nested.Mixed
Diffstat (limited to 'src')
| -rw-r--r-- | src/Data/Array/Nested/Internal/Mixed.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Data/Array/Nested/Internal/Mixed.hs b/src/Data/Array/Nested/Internal/Mixed.hs index 98871d5..0c9ad0b 100644 --- a/src/Data/Array/Nested/Internal/Mixed.hs +++ b/src/Data/Array/Nested/Internal/Mixed.hs @@ -10,6 +10,7 @@  {-# LANGUAGE ScopedTypeVariables #-}  {-# LANGUAGE StandaloneDeriving #-}  {-# LANGUAGE StandaloneKindSignatures #-} +{-# LANGUAGE StrictData #-}  {-# LANGUAGE TypeApplications #-}  {-# LANGUAGE TypeFamilies #-}  {-# LANGUAGE TypeOperators #-} | 
