0c7dbafddd034d8602af5347e2db99a7dac21cd183dd7bf6846da52e21f7a672

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 380

Preview (limited to 512 bytes)

"-- | Tests for the 'Data.Hashable' module. We test functions by\n-- comparing the C and Haskell implementations.\n\nmodule Main (main) where\n\nimport Properties (properties)\nimport Regress (regressions)\nimport Test.Framework (defaultMain, testGroup)\n\nmain :: IO ()\nmain = defaultMain [\n testGroup \"properties\" properties\n , testGroup \"regressions\" regressions\n ]\n"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete