packages feed

massiv-test-0.1.6: 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