wrote basic structure of decodeRows

This commit is contained in:
2022-04-19 16:03:14 -04:00
parent 365dc3995b
commit 08c77d4d0f
5 changed files with 70 additions and 4 deletions

View File

@@ -25,6 +25,6 @@ import Test.Hspec (hspec)
import qualified Data.CSV.SlurpSpec as Slurp
main :: IO ()
main = hspec $ Slurp.spec
main = hspec Slurp.spec
--jl