massiv-persist-1.0.0.2: tests/Test/Massiv/Persist/UnboxedSpec.hs
{-# LANGUAGE TypeApplications #-}
module Test.Massiv.Persist.UnboxedSpec (spec) where
import Common
import Data.Massiv.Array
spec :: Spec
spec = do
describe "U" $ do
roundtripArraysSpec @U @Bool
roundtripArraysSpec @U @(Int, Word)