| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Hspec.Discover
Description
Warning: This module is used by hspec-discover. It is not part of the public API and may change at any time.
Documentation
class IsFormatter a where Source #
Minimal complete definition
Methods
toFormatter :: a -> IO Formatter Source #
Instances
| IsFormatter Formatter Source # | |
| IsFormatter (IO Formatter) Source # | |
hspecWithFormatter :: IsFormatter a => a -> Spec -> IO () Source #
module Prelude