packages feed

massiv-serialise-1.0.0.2: tests/Test/Massiv/Serialise/UnboxedSpec.hs

{-# LANGUAGE TypeApplications #-}
module Test.Massiv.Serialise.UnboxedSpec (spec) where

import Common
import Data.Massiv.Array

spec :: Spec
spec = do
  describe "U" $ do
    roundtripArraysSpec @U @Bool
    roundtripArraysSpec @U @(Int, Word)