packages feed

massiv-persist-1.0.0.2: tests/Test/Massiv/Persist/BoxedSpec.hs

{-# LANGUAGE TypeApplications #-}
module Test.Massiv.Persist.BoxedSpec (spec) where

import Common
import Data.Massiv.Array

spec :: Spec
spec = do
  describe "B" $ do
    roundtripArraysSpec @B @Integer
  describe "BN" $ do
    roundtripArraysSpec @BN @Integer
  describe "BL" $ do
    roundtripArraysSpec @BL @Integer