massiv-test-1.1.0.0: tests/Test/Massiv/Array/NumericSpec.hs
{-# LANGUAGE TypeApplications #-}
module Test.Massiv.Array.NumericSpec (
spec,
) where
import Data.Massiv.Array as A
import Test.Massiv.Array.Numeric
import Test.Massiv.Core
spec :: Spec
spec = do
mutableNumericSpec @P @Int
mutableNumericFloatSpec @P
mutableNumericSpec @S @Int
mutableNumericFloatSpec @S