packages feed

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

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

import Common
import Data.Massiv.Array
import Data.Word

spec :: Spec
spec =
  describe "S" $ do
    roundtripArraysSpec @S @Bool
    roundtripArraysSpec @S @Word32
    roundtripArraysSpec @S @Word64
    roundtripArraysSpec @S @Word