hspec-2.4.8: A Testing Framework for Haskell

Safe HaskellNone
LanguageHaskell2010

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

type Spec = SpecWith () #

hspec :: Spec -> IO () #

class IsFormatter a where Source #

Minimal complete definition

toFormatter

Methods

toFormatter :: a -> IO Formatter Source #

Instances

IsFormatter Formatter Source # 

Methods

toFormatter :: Formatter -> IO Formatter Source #

IsFormatter (IO Formatter) Source # 

Methods

toFormatter :: IO Formatter -> IO Formatter Source #

module Prelude