1754dc12139bfed808310af134262dcad14b5b33186c710a61e95252d38a0028Created: 2023-12-19 03:40:10.302489 UTC
Size: 383
Preview (limited to 512 bytes)
"module Control.Exception.OrphansSpec (main, spec) where\n\nimport Test.Hspec\nimport Control.Exception\nimport Data.Orphans ()\n\nmain :: IO ()\nmain = hspec spec\n\nspec :: Spec\nspec = do\n describe \"ErrorCall\" $ do\n it \"has an Eq instance\" $ do\n ErrorCall \"foo\" `shouldBe` ErrorCall \"foo\"\n\n it \"has an Ord instance\" $ do\n ErrorCall \"foo\" `shouldSatisfy` (> ErrorCall \"bar\")\n"
Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete