diff --git a/hedgehog-extras/Hedgehog-Extras-Aeson.html b/hedgehog-extras/Hedgehog-Extras-Aeson.html index d60340fb..c0a853e3 100644 --- a/hedgehog-extras/Hedgehog-Extras-Aeson.html +++ b/hedgehog-extras/Hedgehog-Extras-Aeson.html @@ -1 +1 @@ -Hedgehog.Extras.Aeson
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Aeson

Documentation

goldenTestJsonValue ∷ ∀ a. Eq a ⇒ FromJSON a ⇒ Show a ⇒ ToJSON a ⇒ HasCallStack ⇒ a → FilePath → Property Source #

goldenTestJsonValuePretty ∷ ∀ a. Eq a ⇒ FromJSON a ⇒ HasCallStackShow a ⇒ ToJSON a ⇒ a → FilePath → Property Source #

\ No newline at end of file +Hedgehog.Extras.Aeson
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Aeson

Documentation

goldenTestJsonValue ∷ ∀ a. Eq a ⇒ FromJSON a ⇒ Show a ⇒ ToJSON a ⇒ HasCallStack ⇒ a → FilePath → Property Source #

goldenTestJsonValuePretty ∷ ∀ a. Eq a ⇒ FromJSON a ⇒ HasCallStackShow a ⇒ ToJSON a ⇒ a → FilePath → Property Source #

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Internal-Cli.html b/hedgehog-extras/Hedgehog-Extras-Internal-Cli.html index a8455691..213d5430 100644 --- a/hedgehog-extras/Hedgehog-Extras-Internal-Cli.html +++ b/hedgehog-extras/Hedgehog-Extras-Internal-Cli.html @@ -1 +1 @@ -Hedgehog.Extras.Internal.Cli
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Internal.Cli

Synopsis

Documentation

argQuoteStringString Source #

Format argument for a shell CLI command.

This includes automatically embedding string in double quotes if necessary, including any necessary escaping.

Note, this function does not cover all the edge cases for shell processing, so avoid use in production code.

\ No newline at end of file +Hedgehog.Extras.Internal.Cli
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Internal.Cli

Synopsis

Documentation

argQuoteStringString Source #

Format argument for a shell CLI command.

This includes automatically embedding string in double quotes if necessary, including any necessary escaping.

Note, this function does not cover all the edge cases for shell processing, so avoid use in production code.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Internal-Plan.html b/hedgehog-extras/Hedgehog-Extras-Internal-Plan.html index df76ece4..b09f59c6 100644 --- a/hedgehog-extras/Hedgehog-Extras-Internal-Plan.html +++ b/hedgehog-extras/Hedgehog-Extras-Internal-Plan.html @@ -1 +1 @@ -Hedgehog.Extras.Internal.Plan
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Internal.Plan

Documentation

newtype Plan Source #

Constructors

Plan 

Fields

Instances

Instances details
FromJSON Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Methods

parseJSON ∷ Value → Parser Plan

parseJSONList ∷ Value → Parser [Plan]

omittedFieldMaybe Plan

Generic Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Associated Types

type Rep PlanTypeType Source #

Methods

fromPlanRep Plan x Source #

toRep Plan x → Plan Source #

Show Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Methods

showsPrecIntPlanShowS Source #

showPlanString Source #

showList ∷ [Plan] → ShowS Source #

Eq Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Methods

(==)PlanPlanBool Source #

(/=)PlanPlanBool Source #

type Rep Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

type Rep Plan = D1 ('MetaData "Plan" "Hedgehog.Extras.Internal.Plan" "hedgehog-extras-0.6.3.0-inplace" 'True) (C1 ('MetaCons "Plan" 'PrefixI 'True) (S1 ('MetaSel ('Just "installPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Component])))

data Component Source #

Constructors

Component 

Fields

Instances

Instances details
FromJSON Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Methods

parseJSON ∷ Value → Parser Component

parseJSONList ∷ Value → Parser [Component]

omittedFieldMaybe Component

Generic Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Associated Types

type Rep ComponentTypeType Source #

Show Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Eq Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

type Rep Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

type Rep Component = D1 ('MetaData "Component" "Hedgehog.Extras.Internal.Plan" "hedgehog-extras-0.6.3.0-inplace" 'False) (C1 ('MetaCons "Component" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "binFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))
\ No newline at end of file +Hedgehog.Extras.Internal.Plan
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Internal.Plan

Documentation

newtype Plan Source #

Constructors

Plan 

Fields

Instances

Instances details
FromJSON Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Methods

parseJSON ∷ Value → Parser Plan

parseJSONList ∷ Value → Parser [Plan]

omittedFieldMaybe Plan

Generic Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Associated Types

type Rep PlanTypeType Source #

Methods

fromPlanRep Plan x Source #

toRep Plan x → Plan Source #

Show Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Methods

showsPrecIntPlanShowS Source #

showPlanString Source #

showList ∷ [Plan] → ShowS Source #

Eq Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Methods

(==)PlanPlanBool Source #

(/=)PlanPlanBool Source #

type Rep Plan Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

type Rep Plan = D1 ('MetaData "Plan" "Hedgehog.Extras.Internal.Plan" "hedgehog-extras-0.6.4.0-inplace" 'True) (C1 ('MetaCons "Plan" 'PrefixI 'True) (S1 ('MetaSel ('Just "installPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Component])))

data Component Source #

Constructors

Component 

Fields

Instances

Instances details
FromJSON Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Methods

parseJSON ∷ Value → Parser Component

parseJSONList ∷ Value → Parser [Component]

omittedFieldMaybe Component

Generic Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Associated Types

type Rep ComponentTypeType Source #

Show Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

Eq Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

type Rep Component Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Plan

type Rep Component = D1 ('MetaData "Component" "Hedgehog.Extras.Internal.Plan" "hedgehog-extras-0.6.4.0-inplace" 'False) (C1 ('MetaCons "Component" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "binFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))
\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Internal-Test-Integration.html b/hedgehog-extras/Hedgehog-Extras-Internal-Test-Integration.html index 4e3cff4c..f4c7ad9a 100644 --- a/hedgehog-extras/Hedgehog-Extras-Internal-Test-Integration.html +++ b/hedgehog-extras/Hedgehog-Extras-Internal-Test-Integration.html @@ -1 +1 @@ -Hedgehog.Extras.Internal.Test.Integration
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Internal.Test.Integration

Documentation

type Integration a = PropertyT (ReaderT IntegrationState (ResourceT IO)) a Source #

newtype IntegrationState Source #

Instances

Instances details
Generic IntegrationState Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Test.Integration

Associated Types

type Rep IntegrationStateTypeType Source #

type Rep IntegrationState Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Test.Integration

type Rep IntegrationState = D1 ('MetaData "IntegrationState" "Hedgehog.Extras.Internal.Test.Integration" "hedgehog-extras-0.6.3.0-inplace" 'True) (C1 ('MetaCons "IntegrationState" 'PrefixI 'True) (S1 ('MetaSel ('Just "integrationStateFinals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TVar [Integration ()]))))
\ No newline at end of file +Hedgehog.Extras.Internal.Test.Integration
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Internal.Test.Integration

Documentation

type Integration a = PropertyT (ReaderT IntegrationState (ResourceT IO)) a Source #

newtype IntegrationState Source #

Instances

Instances details
Generic IntegrationState Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Test.Integration

Associated Types

type Rep IntegrationStateTypeType Source #

type Rep IntegrationState Source # 
Instance details

Defined in Hedgehog.Extras.Internal.Test.Integration

type Rep IntegrationState = D1 ('MetaData "IntegrationState" "Hedgehog.Extras.Internal.Test.Integration" "hedgehog-extras-0.6.4.0-inplace" 'True) (C1 ('MetaCons "IntegrationState" 'PrefixI 'True) (S1 ('MetaSel ('Just "integrationStateFinals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (TVar [Integration ()]))))
\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-Aeson.html b/hedgehog-extras/Hedgehog-Extras-Stock-Aeson.html index 43617527..5df021b8 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-Aeson.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-Aeson.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.Aeson
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.Aeson

Synopsis

Documentation

rewriteObject ∷ (KeyMap Value → KeyMap Value) → Value → Value Source #

Rewrite a JSON object to another JSON object using the function f.

All other JSON values are preserved.

rewriteArrayElements ∷ (Value → Value) → Value → Value Source #

Rewrite each element of a JSON array using the function f.

All other JSON values are preserved.

\ No newline at end of file +Hedgehog.Extras.Stock.Aeson
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.Aeson

Synopsis

Documentation

rewriteObject ∷ (KeyMap Value → KeyMap Value) → Value → Value Source #

Rewrite a JSON object to another JSON object using the function f.

All other JSON values are preserved.

rewriteArrayElements ∷ (Value → Value) → Value → Value Source #

Rewrite each element of a JSON array using the function f.

All other JSON values are preserved.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-CallStack.html b/hedgehog-extras/Hedgehog-Extras-Stock-CallStack.html index a3494a6b..3020cc37 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-CallStack.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-CallStack.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.CallStack
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.CallStack

Synopsis

Documentation

callerModuleNameHasCallStackString Source #

Get the module name of the caller.

\ No newline at end of file +Hedgehog.Extras.Stock.CallStack
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.CallStack

Synopsis

Documentation

callerModuleNameHasCallStackString Source #

Get the module name of the caller.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-IO-File.html b/hedgehog-extras/Hedgehog-Extras-Stock-IO-File.html index d56724f6..acefbe2c 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-IO-File.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-IO-File.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.IO.File
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.File

Synopsis

Documentation

fileContainsStringFilePathIO Bool Source #

Determine if the given string is found in the given file.

\ No newline at end of file +Hedgehog.Extras.Stock.IO.File
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.File

Synopsis

Documentation

fileContainsStringFilePathIO Bool Source #

Determine if the given string is found in the given file.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-NamedPipe.html b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-NamedPipe.html index 7b9cfa22..a8a411a3 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-NamedPipe.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-NamedPipe.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.IO.Network.NamedPipe
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Network.NamedPipe

Documentation

\ No newline at end of file +Hedgehog.Extras.Stock.IO.Network.NamedPipe
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Network.NamedPipe

Documentation

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Port.html b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Port.html index d373483d..d6e05ada 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Port.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Port.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.IO.Network.Port
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Network.Port

Synopsis

Documentation

randomPortMonadIO m ⇒ MonadFail m ⇒ HostAddress → m PortNumber Source #

Return a random available port on a specified host address

reserveRandomPortMonadFail m ⇒ MonadResource m ⇒ HostAddress → m (ReleaseKey, PortNumber) Source #

portInUseMonadIO m ⇒ HostAddress → PortNumber → m Bool Source #

Check if a port is in use on a specified host address

\ No newline at end of file +Hedgehog.Extras.Stock.IO.Network.Port
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Network.Port

Synopsis

Documentation

randomPortMonadIO m ⇒ MonadFail m ⇒ HostAddress → m PortNumber Source #

Return a random available port on a specified host address

reserveRandomPortMonadFail m ⇒ MonadResource m ⇒ HostAddress → m (ReleaseKey, PortNumber) Source #

portInUseMonadIO m ⇒ HostAddress → PortNumber → m Bool Source #

Check if a port is in use on a specified host address

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Socket.html b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Socket.html index 3813646b..9ef2e534 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Socket.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Socket.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.IO.Network.Socket
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Network.Socket

Synopsis

Documentation

isPortOpenIntIO Bool Source #

Check if a TCP port is open

canConnect ∷ SockAddr → IO () Source #

Check if it is possible to connect to a socket address

listenOnIntIO Socket Source #

Open a socket at the specified port for listening

allocateRandomPortsIntIO [Int] Source #

Allocate the specified number of random ports

\ No newline at end of file +Hedgehog.Extras.Stock.IO.Network.Socket
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Network.Socket

Synopsis

Documentation

isPortOpenIntIO Bool Source #

Check if a TCP port is open

canConnect ∷ SockAddr → IO () Source #

Check if it is possible to connect to a socket address

listenOnIntIO Socket Source #

Open a socket at the specified port for listening

allocateRandomPortsIntIO [Int] Source #

Allocate the specified number of random ports

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Sprocket.html b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Sprocket.html index eb12a2dd..bf68c3ef 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Sprocket.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Network-Sprocket.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.IO.Network.Sprocket
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Network.Sprocket

Synopsis

Documentation

data Sprocket Source #

Socket emulation. On Posix it represents a socket. On Windows it represents a named pipe.

Constructors

Sprocket 

Instances

Instances details
Generic Sprocket Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

Associated Types

type Rep SprocketTypeType Source #

Show Sprocket Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

Eq Sprocket Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

type Rep Sprocket Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

type Rep Sprocket = D1 ('MetaData "Sprocket" "Hedgehog.Extras.Stock.IO.Network.Sprocket" "hedgehog-extras-0.6.3.0-inplace" 'False) (C1 ('MetaCons "Sprocket" 'PrefixI 'True) (S1 ('MetaSel ('Just "sprocketBase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "sprocketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))

doesSprocketExistSprocketIO Bool Source #

Test if the sprocket exists

sprocketArgumentNameSprocketFilePath Source #

Use this when needing to pass a sprocket into a command line argument.

sprocketSystemNameSprocketFilePath Source #

Use this to query the OS about the sprocket

\ No newline at end of file +Hedgehog.Extras.Stock.IO.Network.Sprocket
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Network.Sprocket

Synopsis

Documentation

data Sprocket Source #

Socket emulation. On Posix it represents a socket. On Windows it represents a named pipe.

Constructors

Sprocket 

Instances

Instances details
Generic Sprocket Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

Associated Types

type Rep SprocketTypeType Source #

Show Sprocket Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

Eq Sprocket Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

type Rep Sprocket Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Network.Sprocket

type Rep Sprocket = D1 ('MetaData "Sprocket" "Hedgehog.Extras.Stock.IO.Network.Sprocket" "hedgehog-extras-0.6.4.0-inplace" 'False) (C1 ('MetaCons "Sprocket" 'PrefixI 'True) (S1 ('MetaSel ('Just "sprocketBase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "sprocketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))

doesSprocketExistSprocketIO Bool Source #

Test if the sprocket exists

sprocketArgumentNameSprocketFilePath Source #

Use this when needing to pass a sprocket into a command line argument.

sprocketSystemNameSprocketFilePath Source #

Use this to query the OS about the sprocket

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Process.html b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Process.html index b91b7899..d37fb550 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-IO-Process.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-IO-Process.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.IO.Process
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Process

Documentation

maybeWaitForProcess ∷ ProcessHandle → IO (Maybe ExitCode) Source #

data TimedOut Source #

Constructors

TimedOut 

Instances

Instances details
Generic TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

Associated Types

type Rep TimedOutTypeType Source #

Show TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

Eq TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

type Rep TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

type Rep TimedOut = D1 ('MetaData "TimedOut" "Hedgehog.Extras.Stock.IO.Process" "hedgehog-extras-0.6.3.0-inplace" 'False) (C1 ('MetaCons "TimedOut" 'PrefixI 'False) (U1TypeType))
\ No newline at end of file +Hedgehog.Extras.Stock.IO.Process
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.IO.Process

Documentation

maybeWaitForProcess ∷ ProcessHandle → IO (Maybe ExitCode) Source #

data TimedOut Source #

Constructors

TimedOut 

Instances

Instances details
Generic TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

Associated Types

type Rep TimedOutTypeType Source #

Show TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

Eq TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

type Rep TimedOut Source # 
Instance details

Defined in Hedgehog.Extras.Stock.IO.Process

type Rep TimedOut = D1 ('MetaData "TimedOut" "Hedgehog.Extras.Stock.IO.Process" "hedgehog-extras-0.6.4.0-inplace" 'False) (C1 ('MetaCons "TimedOut" 'PrefixI 'False) (U1TypeType))
\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-Monad.html b/hedgehog-extras/Hedgehog-Extras-Stock-Monad.html index 91e69238..5b8f4890 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-Monad.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-Monad.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.Monad
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.Monad

Synopsis

Documentation

forceM ∷ (Monad m, NFData a) ⇒ m a → m a Source #

Force the evaluation of the return value in a monadic computation.

\ No newline at end of file +Hedgehog.Extras.Stock.Monad
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.Monad

Synopsis

Documentation

forceM ∷ (Monad m, NFData a) ⇒ m a → m a Source #

Force the evaluation of the return value in a monadic computation.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-OS.html b/hedgehog-extras/Hedgehog-Extras-Stock-OS.html index fa85a78b..13d6997b 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-OS.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-OS.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.OS
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.OS

Synopsis

Documentation

isWin32Bool Source #

Determine if the operating system is Windows.

\ No newline at end of file +Hedgehog.Extras.Stock.OS
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.OS

Synopsis

Documentation

isWin32Bool Source #

Determine if the operating system is Windows.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-String.html b/hedgehog-extras/Hedgehog-Extras-Stock-String.html index 7b549458..45bd14eb 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-String.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-String.html @@ -1,2 +1,2 @@ -Hedgehog.Extras.Stock.String
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.String

Synopsis

Documentation

stripStringString Source #

Strip whitespace from the beginning and end of the string.

lastLineStringString Source #

Get the last line in the string

firstLineStringString Source #

Get the first line in the string

readNoteM ∷ (Read a, Show a, MonadTest m, MonadCatch m, HasCallStack) ⇒ String → m a Source #

Trim leading and trailing whitespace and read the string into a value. Report the read value in the test +Hedgehog.Extras.Stock.String

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.String

Synopsis

Documentation

stripStringString Source #

Strip whitespace from the beginning and end of the string.

lastLineStringString Source #

Get the last line in the string

firstLineStringString Source #

Get the first line in the string

readNoteM ∷ (Read a, Show a, MonadTest m, MonadCatch m, HasCallStack) ⇒ String → m a Source #

Trim leading and trailing whitespace and read the string into a value. Report the read value in the test annotations.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock-Time.html b/hedgehog-extras/Hedgehog-Extras-Stock-Time.html index f8fcfcb6..72b1075f 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock-Time.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock-Time.html @@ -1 +1 @@ -Hedgehog.Extras.Stock.Time
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.Time

Documentation

showUTCTimeSecondsUTCTimeString Source #

Show UTCTime in seconds since epoch

formatIso8601UTCTimeString Source #

Format the given time as an ISO 8601 date-time string

\ No newline at end of file +Hedgehog.Extras.Stock.Time
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Stock.Time

Documentation

showUTCTimeSecondsUTCTimeString Source #

Show UTCTime in seconds since epoch

formatIso8601UTCTimeString Source #

Format the given time as an ISO 8601 date-time string

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Stock.html b/hedgehog-extras/Hedgehog-Extras-Stock.html index 671b78e5..eafc113b 100644 --- a/hedgehog-extras/Hedgehog-Extras-Stock.html +++ b/hedgehog-extras/Hedgehog-Extras-Stock.html @@ -1 +1 @@ -Hedgehog.Extras.Stock
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
\ No newline at end of file +Hedgehog.Extras.Stock
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Test-Base.html b/hedgehog-extras/Hedgehog-Extras-Test-Base.html index 7bff9381..f1766d10 100644 --- a/hedgehog-extras/Hedgehog-Extras-Test-Base.html +++ b/hedgehog-extras/Hedgehog-Extras-Test-Base.html @@ -1,4 +1,4 @@ -Hedgehog.Extras.Test.Base
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Base

Synopsis

Documentation

propertyOnceHasCallStackIntegration () → Property Source #

Run a property with only one test. This is intended for allowing hedgehog +Hedgehog.Extras.Test.Base

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Base

Synopsis

Documentation

propertyOnceHasCallStackIntegration () → Property Source #

Run a property with only one test. This is intended for allowing hedgehog to run unit tests.

workspace ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → (FilePath → m ()) → m () Source #

Create a workspace directory which will exist for at least the duration of the supplied block.

The directory will have the supplied prefix but contain a generated random suffix to prevent interference between tests

The directory will be deleted if the block succeeds, but left behind if diff --git a/hedgehog-extras/Hedgehog-Extras-Test-Concurrent.html b/hedgehog-extras/Hedgehog-Extras-Test-Concurrent.html index 4f49f1c0..9dc2bbd7 100644 --- a/hedgehog-extras/Hedgehog-Extras-Test-Concurrent.html +++ b/hedgehog-extras/Hedgehog-Extras-Test-Concurrent.html @@ -1,4 +1,4 @@ -Hedgehog.Extras.Test.Concurrent

hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Concurrent

Description

This modules provides concurrency abstractions for hedgehog tests. Using "lifted-base" one can execute +Hedgehog.Extras.Test.Concurrent

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Concurrent

Description

This modules provides concurrency abstractions for hedgehog tests. Using "lifted-base" one can execute expensive test actions concurrently.

For example, the actions invoked inside mapConcurrently_ are invoked in the same MonadTest as the outer monad of mapConcurrently_.

import qualified Hedgehog.Extras.Test.Concurrent as H
 
diff --git a/hedgehog-extras/Hedgehog-Extras-Test-File.html b/hedgehog-extras/Hedgehog-Extras-Test-File.html
index 498cb5e4..e3b6ee36 100644
--- a/hedgehog-extras/Hedgehog-Extras-Test-File.html
+++ b/hedgehog-extras/Hedgehog-Extras-Test-File.html
@@ -1,2 +1,2 @@
-Hedgehog.Extras.Test.File
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.File

Synopsis

Documentation

createDirectoryIfMissing ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m FilePath Source #

Create the directory directory if it is missing.

createDirectoryIfMissing_ ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Create the directory directory if it is missing.

createSubdirectoryIfMissingHasCallStack ⇒ MonadTest m ⇒ MonadIO m ⇒ FilePathFilePath → m FilePath Source #

Create the subdirectory subdirectory if it is missing. The subdirectory is returned.

createSubdirectoryIfMissing_HasCallStack ⇒ MonadTest m ⇒ MonadIO m ⇒ FilePathFilePath → m () Source #

Create the subdirectory subdirectory if it is missing. The subdirectory is returned.

copyFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathFilePath → m () Source #

Copy the contents of the src file to the dst file.

renameFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathFilePath → m () Source #

Rename the src file to dst.

createFileLink ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathFilePath → m () Source #

Create a symbolic link from dst to src.

listDirectory ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m [FilePath] Source #

List p directory.

appendFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathString → m () Source #

Append contents to the filePath file.

writeFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathString → m () Source #

Write contents to the filePath file.

openFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathIOMode → m Handle Source #

Open a handle to the filePath file.

readFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m String Source #

Read the contents of the filePath file.

lbsWriteFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → ByteString → m () Source #

Write contents to the filePath file.

lbsReadFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m ByteString Source #

Read the contents of the filePath file.

textWriteFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → Text → m () Source #

Write contents to the filePath file.

textReadFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m Text Source #

Read the contents of the filePath file.

copyRewriteJsonFile ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, ToJSON a, HasCallStack) ⇒ FilePathFilePath → (a → a) → m () Source #

Rewrite the filePath JSON file using the function f.

readJsonFile ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, HasCallStack) ⇒ FilePath → m (Either String a) Source #

Read the filePath file as JSON. Use readJsonFile @Value to decode into Value.

readJsonFileOk ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, HasCallStack) ⇒ FilePath → m a Source #

Read the filePath file as JSON. Same as readJsonFile but fails on error. Use +Hedgehog.Extras.Test.File

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.File

Synopsis

Documentation

createDirectoryIfMissing ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m FilePath Source #

Create the directory directory if it is missing.

createDirectoryIfMissing_ ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Create the directory directory if it is missing.

createSubdirectoryIfMissingHasCallStack ⇒ MonadTest m ⇒ MonadIO m ⇒ FilePathFilePath → m FilePath Source #

Create the subdirectory subdirectory if it is missing. The subdirectory is returned.

createSubdirectoryIfMissing_HasCallStack ⇒ MonadTest m ⇒ MonadIO m ⇒ FilePathFilePath → m () Source #

Create the subdirectory subdirectory if it is missing. The subdirectory is returned.

copyFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathFilePath → m () Source #

Copy the contents of the src file to the dst file.

renameFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathFilePath → m () Source #

Rename the src file to dst.

createFileLink ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathFilePath → m () Source #

Create a symbolic link from dst to src.

listDirectory ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m [FilePath] Source #

List p directory.

appendFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathString → m () Source #

Append contents to the filePath file.

writeFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathString → m () Source #

Write contents to the filePath file.

openFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathIOMode → m Handle Source #

Open a handle to the filePath file.

readFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m String Source #

Read the contents of the filePath file.

lbsWriteFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → ByteString → m () Source #

Write contents to the filePath file.

lbsReadFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m ByteString Source #

Read the contents of the filePath file.

textWriteFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → Text → m () Source #

Write contents to the filePath file.

textReadFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m Text Source #

Read the contents of the filePath file.

copyRewriteJsonFile ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, ToJSON a, HasCallStack) ⇒ FilePathFilePath → (a → a) → m () Source #

Rewrite the filePath JSON file using the function f.

readJsonFile ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, HasCallStack) ⇒ FilePath → m (Either String a) Source #

Read the filePath file as JSON. Use readJsonFile @Value to decode into Value.

readJsonFileOk ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, HasCallStack) ⇒ FilePath → m a Source #

Read the filePath file as JSON. Same as readJsonFile but fails on error. Use readJsonFileOk @Value to decode into Value.

rewriteJsonFile ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, ToJSON a, HasCallStack) ⇒ FilePath → (a → a) → m () Source #

Rewrite the filePath JSON file using the function f.

rewriteLbsJson ∷ ∀ a m. (MonadTest m, FromJSON a, ToJSON a, HasCallStack) ⇒ (a → a) → ByteString → m ByteString Source #

copyRewriteYamlFile ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, ToJSON a, HasCallStack) ⇒ FilePathFilePath → (a → a) → m () Source #

Rewrite the filePath YAML file using the function f.

readYamlFile ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, HasCallStack) ⇒ FilePath → m (Either ParseException a) Source #

Read the filePath file as YAML.

readYamlFileOk ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, HasCallStack) ⇒ FilePath → m a Source #

Read the filePath file as YAML. Same as readYamlFile but fails on error.

rewriteYamlFile ∷ ∀ a m. (MonadTest m, MonadIO m, FromJSON a, ToJSON a, HasCallStack) ⇒ FilePath → (a → a) → m () Source #

Rewrite the filePath YAML file using the function f.

rewriteLbsYaml ∷ ∀ a m. (MonadTest m, FromJSON a, ToJSON a, HasCallStack) ⇒ (a → a) → ByteString → m ByteString Source #

cat ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Annotate the contents of the filePath file.

assertIsJsonFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Assert the filePath can be parsed as JSON.

assertIsYamlFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Assert the filePath can be parsed as YAML.

assertFileExists ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Asserts that the given file exists.

assertFilesExist ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ [FilePath] → m () Source #

Asserts that all of the given files exist.

assertFileMissing ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Asserts that the given file is missing.

assertFilesMissing ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ [FilePath] → m () Source #

Asserts that all of the given files are missing.

assertFileOccurences ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ IntStringFilePath → m () Source #

Assert the file contains the given number of occurrences of the given string

assertFileLines ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ (IntBool) → FilePath → m () Source #

Assert the file contains the given number of occurrences of the given string

assertEndsWithSingleNewline ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Assert the file contains the given number of occurrences of the given string

appendFileTimeDelta ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathUTCTime → m () Source #

Write contents to the filePath file.

assertDirectoryMissing ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Asserts that the given directory is missing.

assertDirectoryExists ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Asserts that the given directory exists.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Test-Golden.html b/hedgehog-extras/Hedgehog-Extras-Test-Golden.html index 5356bc8d..6e5b5b81 100644 --- a/hedgehog-extras/Hedgehog-Extras-Test-Golden.html +++ b/hedgehog-extras/Hedgehog-Extras-Test-Golden.html @@ -1,4 +1,4 @@ -Hedgehog.Extras.Test.Golden
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Golden

Synopsis

Documentation

diffVsGoldenFile Source #

Arguments

HasCallStack 
⇒ (MonadIO m, MonadTest m) 
String

Actual content

FilePath

Reference file

→ m () 

Diff contents against the golden file. If CREATE_GOLDEN_FILES environment is +Hedgehog.Extras.Test.Golden

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Golden

Synopsis

Documentation

diffVsGoldenFile Source #

Arguments

HasCallStack 
⇒ (MonadIO m, MonadTest m) 
String

Actual content

FilePath

Reference file

→ m () 

Diff contents against the golden file. If CREATE_GOLDEN_FILES environment is set to "1", then should the golden file not exist it would be created. If RECREATE_GOLDEN_FILES is set to "1", then should the golden file exist it would be recreated. If GOLDEN_FILE_LOG_FILE is set to a filename, then the golden file diff --git a/hedgehog-extras/Hedgehog-Extras-Test-MonadAssertion.html b/hedgehog-extras/Hedgehog-Extras-Test-MonadAssertion.html index 17d2bc26..4841f73c 100644 --- a/hedgehog-extras/Hedgehog-Extras-Test-MonadAssertion.html +++ b/hedgehog-extras/Hedgehog-Extras-Test-MonadAssertion.html @@ -1 +1 @@ -Hedgehog.Extras.Test.MonadAssertion

hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.MonadAssertion

Documentation

class Monad m ⇒ MonadAssertion m where Source #

Methods

throwAssertion ∷ Failure → m a Source #

catchAssertion ∷ m a → (Failure → m a) → m a Source #

Instances

Instances details
Monad m ⇒ MonadAssertion (PropertyT m) Source # 
Instance details

Defined in Hedgehog.Extras.Test.MonadAssertion

Methods

throwAssertion ∷ Failure → PropertyT m a Source #

catchAssertion ∷ PropertyT m a → (Failure → PropertyT m a) → PropertyT m a Source #

Monad m ⇒ MonadAssertion (TestT m) Source # 
Instance details

Defined in Hedgehog.Extras.Test.MonadAssertion

Methods

throwAssertion ∷ Failure → TestT m a Source #

catchAssertion ∷ TestT m a → (Failure → TestT m a) → TestT m a Source #

MonadAssertion m ⇒ MonadAssertion (ResourceT m) Source # 
Instance details

Defined in Hedgehog.Extras.Test.MonadAssertion

Methods

throwAssertion ∷ Failure → ResourceT m a Source #

catchAssertion ∷ ResourceT m a → (Failure → ResourceT m a) → ResourceT m a Source #

\ No newline at end of file +Hedgehog.Extras.Test.MonadAssertion
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.MonadAssertion

Documentation

class Monad m ⇒ MonadAssertion m where Source #

Methods

throwAssertion ∷ Failure → m a Source #

catchAssertion ∷ m a → (Failure → m a) → m a Source #

Instances

Instances details
Monad m ⇒ MonadAssertion (PropertyT m) Source # 
Instance details

Defined in Hedgehog.Extras.Test.MonadAssertion

Methods

throwAssertion ∷ Failure → PropertyT m a Source #

catchAssertion ∷ PropertyT m a → (Failure → PropertyT m a) → PropertyT m a Source #

Monad m ⇒ MonadAssertion (TestT m) Source # 
Instance details

Defined in Hedgehog.Extras.Test.MonadAssertion

Methods

throwAssertion ∷ Failure → TestT m a Source #

catchAssertion ∷ TestT m a → (Failure → TestT m a) → TestT m a Source #

MonadAssertion m ⇒ MonadAssertion (ResourceT m) Source # 
Instance details

Defined in Hedgehog.Extras.Test.MonadAssertion

Methods

throwAssertion ∷ Failure → ResourceT m a Source #

catchAssertion ∷ ResourceT m a → (Failure → ResourceT m a) → ResourceT m a Source #

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Test-Network.html b/hedgehog-extras/Hedgehog-Extras-Test-Network.html index ed075196..4d446f59 100644 --- a/hedgehog-extras/Hedgehog-Extras-Test-Network.html +++ b/hedgehog-extras/Hedgehog-Extras-Test-Network.html @@ -1,2 +1,2 @@ -Hedgehog.Extras.Test.Network
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Network

Synopsis

Documentation

doesFileExists ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m Bool Source #

Test if a file exists

isPortOpen ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ Int → m Bool Source #

Test if a port is open

doesSocketExist ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m Bool Source #

Test if a socket file exists

assertPortOpen ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ Int → m () Source #

Assert that a port is open

assertSocketExists ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Assert that a socket file exists is open

doesSprocketExist ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ Sprocket → m Bool Source #

Test if the sprocket exists

downloadToFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ StringFilePath → m () Source #

Download from a URl to a file

downloadAndExtractGithubCommitToTemp ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathStringString → m FilePath Source #

Download a github commit to a temporary directory, extract it and return the path to the extracted directory.

If the file is already downloaded, it will not be downloaded again. +Hedgehog.Extras.Test.Network

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Network

Synopsis

Documentation

doesFileExists ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m Bool Source #

Test if a file exists

isPortOpen ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ Int → m Bool Source #

Test if a port is open

doesSocketExist ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m Bool Source #

Test if a socket file exists

assertPortOpen ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ Int → m () Source #

Assert that a port is open

assertSocketExists ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePath → m () Source #

Assert that a socket file exists is open

doesSprocketExist ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ Sprocket → m Bool Source #

Test if the sprocket exists

downloadToFile ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ StringFilePath → m () Source #

Download from a URl to a file

downloadAndExtractGithubCommitToTemp ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ FilePathStringString → m FilePath Source #

Download a github commit to a temporary directory, extract it and return the path to the extracted directory.

If the file is already downloaded, it will not be downloaded again. If the file is already extracted, it will not be extracted again.

\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Test-Process.html b/hedgehog-extras/Hedgehog-Extras-Test-Process.html index 957ed019..ef172d5d 100644 --- a/hedgehog-extras/Hedgehog-Extras-Test-Process.html +++ b/hedgehog-extras/Hedgehog-Extras-Test-Process.html @@ -1,4 +1,4 @@ -Hedgehog.Extras.Test.Process
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Process

Synopsis

Documentation

createProcess ∷ (MonadTest m, MonadResource m, HasCallStack) ⇒ CreateProcess → m (Maybe Handle, Maybe Handle, Maybe Handle, ProcessHandle, ReleaseKey) Source #

Create a process returning handles to stdin, stdout, and stderr as well as the process handle.

exec ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ExecConfigString → [String] → m String Source #

Execute a process, returning the stdout. Fail if the call returns +Hedgehog.Extras.Test.Process

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Process

Synopsis

Documentation

createProcess ∷ (MonadTest m, MonadResource m, HasCallStack) ⇒ CreateProcess → m (Maybe Handle, Maybe Handle, Maybe Handle, ProcessHandle, ReleaseKey) Source #

Create a process returning handles to stdin, stdout, and stderr as well as the process handle.

exec ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ExecConfigString → [String] → m String Source #

Execute a process, returning the stdout. Fail if the call returns with a non-zero exit code. For a version that doesn't fail upon receiving a non-zero exit code, see execAny.

execAny Source #

Arguments

∷ (MonadTest m, MonadIO m, HasCallStack) 
ExecConfig 
String

The binary to launch

→ [String]

The binary's arguments

→ m (ExitCode, String, String)

exit code, stdout, stderr

Execute a process, returning the error code, the stdout, and the stderr.

exec_ ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ExecConfigString → [String] → m () Source #

Execute a process, returning ().

execFlex ∷ (MonadTest m, MonadCatch m, MonadIO m, HasCallStack) ⇒ StringString → [String] → m String Source #

Create a process returning its stdout.

Being a flex function means that the environment determines how the process is launched.

When running in a nix environment, the envBin argument describes the environment variable that defines the binary to use to launch the process.

When running outside a nix environment, the pkgBin describes the name of the binary @@ -11,4 +11,4 @@ "plan.json" generated by cabal. It is assumed that the project has already been configured and the executable has been built.

binFlex Source #

Arguments

∷ (MonadTest m, MonadIO m) 
String

Package name

String

Environment variable pointing to the binary to run

→ m FilePath

Path to executable

Compute the path to the binary given a package name or an environment variable override.

getProjectBase ∷ (MonadTest m, MonadIO m) ⇒ m String Source #

Compute the project base. This will be based on either the CARDANO_NODE_SRC environment variable or the first parent directory that contains the `cabal.project`. - Both should point to the root directory of the Github project checkout.

waitForProcess ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ProcessHandle → m ExitCode Source #

Wait for process to exit.

maybeWaitForProcess ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ProcessHandle → m (Maybe ExitCode) Source #

Wait for process to exit or return Nothing if interrupted by an asynchronous exception.

getPid ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ProcessHandle → m (Maybe Pid) Source #

Get the process ID.

getPidOk ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ProcessHandle → m Pid Source #

Get the process ID.

waitSecondsForProcess ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ Int → ProcessHandle → m (Either TimedOut ExitCode) Source #

Wait a maximum of seconds secons for process to exit.

data ExecConfig Source #

Configuration for starting a new process. This is a subset of CreateProcess.

Instances

Instances details
Generic ExecConfig Source # 
Instance details

Defined in Hedgehog.Extras.Test.Process

Associated Types

type Rep ExecConfigTypeType Source #

Show ExecConfig Source # 
Instance details

Defined in Hedgehog.Extras.Test.Process

Eq ExecConfig Source # 
Instance details

Defined in Hedgehog.Extras.Test.Process

type Rep ExecConfig Source # 
Instance details

Defined in Hedgehog.Extras.Test.Process

type Rep ExecConfig = D1 ('MetaData "ExecConfig" "Hedgehog.Extras.Test.Process" "hedgehog-extras-0.6.3.0-inplace" 'False) (C1 ('MetaCons "ExecConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "execConfigEnv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Last [(String, String)])) :*: S1 ('MetaSel ('Just "execConfigCwd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Last FilePath))))
\ No newline at end of file + Both should point to the root directory of the Github project checkout.

waitForProcess ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ProcessHandle → m ExitCode Source #

Wait for process to exit.

maybeWaitForProcess ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ProcessHandle → m (Maybe ExitCode) Source #

Wait for process to exit or return Nothing if interrupted by an asynchronous exception.

getPid ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ProcessHandle → m (Maybe Pid) Source #

Get the process ID.

getPidOk ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ ProcessHandle → m Pid Source #

Get the process ID.

waitSecondsForProcess ∷ (MonadTest m, MonadIO m, HasCallStack) ⇒ Int → ProcessHandle → m (Either TimedOut ExitCode) Source #

Wait a maximum of seconds secons for process to exit.

data ExecConfig Source #

Configuration for starting a new process. This is a subset of CreateProcess.

Instances

Instances details
Generic ExecConfig Source # 
Instance details

Defined in Hedgehog.Extras.Test.Process

Associated Types

type Rep ExecConfigTypeType Source #

Show ExecConfig Source # 
Instance details

Defined in Hedgehog.Extras.Test.Process

Eq ExecConfig Source # 
Instance details

Defined in Hedgehog.Extras.Test.Process

type Rep ExecConfig Source # 
Instance details

Defined in Hedgehog.Extras.Test.Process

type Rep ExecConfig = D1 ('MetaData "ExecConfig" "Hedgehog.Extras.Test.Process" "hedgehog-extras-0.6.4.0-inplace" 'False) (C1 ('MetaCons "ExecConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "execConfigEnv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Last [(String, String)])) :*: S1 ('MetaSel ('Just "execConfigCwd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Last FilePath))))
\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras-Test-TestWatchdog.html b/hedgehog-extras/Hedgehog-Extras-Test-TestWatchdog.html index 55bc547a..2a47896a 100644 --- a/hedgehog-extras/Hedgehog-Extras-Test-TestWatchdog.html +++ b/hedgehog-extras/Hedgehog-Extras-Test-TestWatchdog.html @@ -1,4 +1,4 @@ -Hedgehog.Extras.Test.TestWatchdog
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.TestWatchdog

Description

This module provides a test watchdog - an utility monitoring test cases and killing them if they don't +Hedgehog.Extras.Test.TestWatchdog

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.TestWatchdog

Description

This module provides a test watchdog - an utility monitoring test cases and killing them if they don't finish in time. Watchdog thread runs in the background, and after specified timeout, it throws WatchdogException to the target thread. A user is able to kickWatchdog, which delays the killing and poisonWatchdog which stops the watchdog.

To wrap a test case in a watchdog just use

runWithWatchdog watchdogConfig $ \watchdog -> do
diff --git a/hedgehog-extras/Hedgehog-Extras-Test-Tripwire.html b/hedgehog-extras/Hedgehog-Extras-Test-Tripwire.html
index 591d0791..787604d5 100644
--- a/hedgehog-extras/Hedgehog-Extras-Test-Tripwire.html
+++ b/hedgehog-extras/Hedgehog-Extras-Test-Tripwire.html
@@ -1,4 +1,4 @@
-Hedgehog.Extras.Test.Tripwire
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Tripwire

Description

This modules provides a tripwire abstraction. You can use tripwire as a detection mechanism if the code +Hedgehog.Extras.Test.Tripwire

hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras.Test.Tripwire

Description

This modules provides a tripwire abstraction. You can use tripwire as a detection mechanism if the code path was executed. Trip a tripwire with trip in the place where you'd like to detect if it was reached. The tripwire can then be checked in the other place in the code using for example isTripped or assertNotTripped.

Synopsis

Create a tripwire

data Tripwire Source #

Represents a tripwire which can be tripped only once. It can be used to detect if a particular code path diff --git a/hedgehog-extras/Hedgehog-Extras-Test.html b/hedgehog-extras/Hedgehog-Extras-Test.html index 3c569895..d500c6f3 100644 --- a/hedgehog-extras/Hedgehog-Extras-Test.html +++ b/hedgehog-extras/Hedgehog-Extras-Test.html @@ -1 +1 @@ -Hedgehog.Extras.Test

hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
\ No newline at end of file +Hedgehog.Extras.Test
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
\ No newline at end of file diff --git a/hedgehog-extras/Hedgehog-Extras.html b/hedgehog-extras/Hedgehog-Extras.html index 0a4ecfc2..5ca2092a 100644 --- a/hedgehog-extras/Hedgehog-Extras.html +++ b/hedgehog-extras/Hedgehog-Extras.html @@ -1 +1 @@ -Hedgehog.Extras
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras

Documentation

\ No newline at end of file +Hedgehog.Extras
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hedgehog.Extras

Documentation

\ No newline at end of file diff --git a/hedgehog-extras/doc-index-A.html b/hedgehog-extras/doc-index-A.html index f59b0f3c..01ff6111 100644 --- a/hedgehog-extras/doc-index-A.html +++ b/hedgehog-extras/doc-index-A.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - A)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - A

allocateRandomPortsHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
appendFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
appendFileTimeDeltaHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
argQuoteHedgehog.Extras.Internal.Cli
assertByDeadlineIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineIOFinallyHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineMFinallyHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertDirectoryExistsHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertDirectoryMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertEndsWithSingleNewlineHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileExistsHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileLinesHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileOccurencesHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFilesExistHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFilesMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertIsJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertIsYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertNotTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
assertPortOpenHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
assertSocketExistsHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
assertTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithinToleranceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
AsyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncBoundHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
AsyncCancelled 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncOnHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncOnWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncRegister_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncThreadIdHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - A)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - A

allocateRandomPortsHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
appendFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
appendFileTimeDeltaHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
argQuoteHedgehog.Extras.Internal.Cli
assertByDeadlineIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineIOFinallyHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineMFinallyHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertDirectoryExistsHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertDirectoryMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertEndsWithSingleNewlineHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileExistsHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileLinesHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileOccurencesHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFilesExistHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFilesMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertIsJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertIsYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertNotTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
assertPortOpenHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
assertSocketExistsHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
assertTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithinToleranceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
AsyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncBoundHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
AsyncCancelled 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncOnHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncOnWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncRegister_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncThreadIdHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-All.html b/hedgehog-extras/doc-index-All.html index d99004bf..ca84dc5f 100644 --- a/hedgehog-extras/doc-index-All.html +++ b/hedgehog-extras/doc-index-All.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index

allocateRandomPortsHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
appendFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
appendFileTimeDeltaHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
argQuoteHedgehog.Extras.Internal.Cli
assertByDeadlineIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineIOFinallyHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineMFinallyHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertDirectoryExistsHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertDirectoryMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertEndsWithSingleNewlineHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileExistsHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileLinesHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileOccurencesHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFilesExistHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFilesMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertIsJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertIsYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertNotTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
assertPortOpenHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
assertSocketExistsHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
assertTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithinToleranceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
AsyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncBoundHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
AsyncCancelled 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncOnHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncOnWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncRegister_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncThreadIdHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
binFileHedgehog.Extras.Internal.Plan
binFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
byDeadlineIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDeadlineMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDurationIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDurationMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
callerModuleNameHedgehog.Extras.Stock.CallStack, Hedgehog.Extras.Stock
cancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
cancelWithHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
canConnectHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
catHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
catchAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
compareAsyncsHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
Component 
1 (Type/Class)Hedgehog.Extras.Internal.Plan
2 (Data Constructor)Hedgehog.Extras.Internal.Plan
componentNameHedgehog.Extras.Internal.Plan
Concurrently 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
concurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
concurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
copyFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
copyRewriteJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
copyRewriteYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createDirectoryIfMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createDirectoryIfMissing_Hedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createFileLinkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createProcessHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
createSubdirectoryIfMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createSubdirectoryIfMissing_Hedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
defaultExecConfigHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
diffFileVsGoldenFileHedgehog.Extras.Test.Golden
diffVsGoldenFileHedgehog.Extras.Test.Golden
doesFileExistsHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
doesNamedPipeExistHedgehog.Extras.Stock.IO.Network.NamedPipe, Hedgehog.Extras.Stock
doesSocketExist 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
doesSprocketExist 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
downloadAndExtractGithubCommitToTempHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
downloadToFileHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
ExceptionInLinkedThread 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
execHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execAnyHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
ExecConfig 
1 (Type/Class)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execConfigCwdHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execConfigEnvHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlex'Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlexAny'Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
exec_Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
failMessageHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
failWithCustomHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
fileContainsHedgehog.Extras.Stock.IO.File, Hedgehog.Extras.Stock
firstLineHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
forceMHedgehog.Extras.Stock.Monad, Hedgehog.Extras.Stock
forConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
forConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
formatIso8601Hedgehog.Extras.Stock.Time, Hedgehog.Extras.Stock
fromJustMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
getPidHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getPidOkHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getProjectBaseHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getTripSiteHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
goldenTestJsonValueHedgehog.Extras.Aeson
goldenTestJsonValuePrettyHedgehog.Extras.Aeson
headMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
indexMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
installPlanHedgehog.Extras.Internal.Plan
IntegrationHedgehog.Extras.Internal.Test.Integration, Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
IntegrationState 
1 (Type/Class)Hedgehog.Extras.Internal.Test.Integration
2 (Data Constructor)Hedgehog.Extras.Internal.Test.Integration
integrationStateFinalsHedgehog.Extras.Internal.Test.Integration
isEmptyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
isPortOpen 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
isTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
isWin32Hedgehog.Extras.Stock.OS, Hedgehog.Extras.Stock
jsonErrorFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
jsonErrorFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
kickWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
lastLineHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
lbsReadFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
lbsWriteFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
leftFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
leftFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
linkHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
link2Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
listDirectoryHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
listenOnHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
makeTripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
makeTripwireWithLabelHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
makeWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
mapConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
mapConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
maxSprocketArgumentNameLengthHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
maybeWaitForProcess 
1 (Function)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
mkWeakMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarMaskedHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarMasked_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVar_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
moduleWorkspaceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
MonadAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
MVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
newEmptyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
newIntegrationStateIOHedgehog.Extras.Internal.Test.Integration
newIntegrationStateMHedgehog.Extras.Internal.Test.Integration
newMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
noteHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEach_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShow_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteTempFileHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
note_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
nothingFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
nothingFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onFailureHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onLeftHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onNothingHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
openFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
Plan 
1 (Type/Class)Hedgehog.Extras.Internal.Plan
2 (Data Constructor)Hedgehog.Extras.Internal.Plan
poisonWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
pollHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
pollSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
portInUseHedgehog.Extras.Stock.IO.Network.Port
procFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
propertyOnceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
putMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
raceHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
race_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
randomPortHedgehog.Extras.Stock.IO.Network.Port
readFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readJsonFileOkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
readNoteMHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
readYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readYamlFileOkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
releaseHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
renameFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
replicateConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
replicateConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
reserveRandomPortHedgehog.Extras.Stock.IO.Network.Port
resetTripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
retryHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
retry'Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteArrayElementsHedgehog.Extras.Stock.Aeson, Hedgehog.Extras.Stock
rewriteJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteLbsJsonHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteLbsYamlHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteObjectHedgehog.Extras.Stock.Aeson, Hedgehog.Extras.Stock
rewriteYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
runConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
runFinalliesHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
runIntegrationReaderTHedgehog.Extras.Internal.Test.Integration
runWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithDefaultWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithDefaultWatchdog_Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithWatchdog_Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
showUTCTimeSecondsHedgehog.Extras.Stock.Time, Hedgehog.Extras.Stock
Sprocket 
1 (Type/Class)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
2 (Data Constructor)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketArgumentNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketBaseHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketSystemNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
stripHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
swapMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
takeMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
textReadFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
textWriteFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
threadDelayHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
throwAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
TimedOut 
1 (Type/Class)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Data Constructor)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
timeElapsedHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
timeoutHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tripHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
TripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
trip_Hedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
tryPutMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tryReadMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tryTakeMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
uninterruptibleCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnySTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitBothHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitBothSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherSTM_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEither_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitForProcessHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
waitSecondsForProcess 
1 (Function)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
waitSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogConfig 
1 (Type/Class)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogException 
1 (Type/Class)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
watchdogTimeoutHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncBoundHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncOnHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncOnWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withMVarMaskedHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
workspaceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
writeFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index

allocateRandomPortsHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
appendFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
appendFileTimeDeltaHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
argQuoteHedgehog.Extras.Internal.Cli
assertByDeadlineIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineIOFinallyHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertByDeadlineMFinallyHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertDirectoryExistsHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertDirectoryMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertEndsWithSingleNewlineHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileExistsHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileLinesHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFileOccurencesHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFilesExistHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertFilesMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertIsJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertIsYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
assertMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertNotTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
assertPortOpenHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
assertSocketExistsHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
assertTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithinToleranceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
assertWithMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
AsyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncBoundHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
AsyncCancelled 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncOnHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncOnWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncRegister_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncThreadIdHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
asyncWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
binFileHedgehog.Extras.Internal.Plan
binFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
byDeadlineIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDeadlineMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDurationIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDurationMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
callerModuleNameHedgehog.Extras.Stock.CallStack, Hedgehog.Extras.Stock
cancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
cancelWithHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
canConnectHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
catHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
catchAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
compareAsyncsHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
Component 
1 (Type/Class)Hedgehog.Extras.Internal.Plan
2 (Data Constructor)Hedgehog.Extras.Internal.Plan
componentNameHedgehog.Extras.Internal.Plan
Concurrently 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
concurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
concurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
copyFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
copyRewriteJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
copyRewriteYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createDirectoryIfMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createDirectoryIfMissing_Hedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createFileLinkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createProcessHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
createSubdirectoryIfMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createSubdirectoryIfMissing_Hedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
defaultExecConfigHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
diffFileVsGoldenFileHedgehog.Extras.Test.Golden
diffVsGoldenFileHedgehog.Extras.Test.Golden
doesFileExistsHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
doesNamedPipeExistHedgehog.Extras.Stock.IO.Network.NamedPipe, Hedgehog.Extras.Stock
doesSocketExist 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
doesSprocketExist 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
downloadAndExtractGithubCommitToTempHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
downloadToFileHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
ExceptionInLinkedThread 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
execHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execAnyHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
ExecConfig 
1 (Type/Class)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execConfigCwdHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execConfigEnvHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlex'Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlexAny'Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
exec_Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
failMessageHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
failWithCustomHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
fileContainsHedgehog.Extras.Stock.IO.File, Hedgehog.Extras.Stock
firstLineHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
forceMHedgehog.Extras.Stock.Monad, Hedgehog.Extras.Stock
forConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
forConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
formatIso8601Hedgehog.Extras.Stock.Time, Hedgehog.Extras.Stock
fromJustMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
getPidHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getPidOkHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getProjectBaseHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getTripSiteHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
goldenTestJsonValueHedgehog.Extras.Aeson
goldenTestJsonValuePrettyHedgehog.Extras.Aeson
headMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
indexMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
installPlanHedgehog.Extras.Internal.Plan
IntegrationHedgehog.Extras.Internal.Test.Integration, Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
IntegrationState 
1 (Type/Class)Hedgehog.Extras.Internal.Test.Integration
2 (Data Constructor)Hedgehog.Extras.Internal.Test.Integration
integrationStateFinalsHedgehog.Extras.Internal.Test.Integration
isEmptyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
isPortOpen 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
isTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
isWin32Hedgehog.Extras.Stock.OS, Hedgehog.Extras.Stock
jsonErrorFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
jsonErrorFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
kickWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
lastLineHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
lbsReadFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
lbsWriteFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
leftFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
leftFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
linkHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
link2Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
listDirectoryHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
listenOnHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
makeTripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
makeTripwireWithLabelHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
makeWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
mapConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
mapConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
maxSprocketArgumentNameLengthHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
maybeWaitForProcess 
1 (Function)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
mkWeakMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarMaskedHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarMasked_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVar_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
moduleWorkspaceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
MonadAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
MVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
newEmptyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
newIntegrationStateIOHedgehog.Extras.Internal.Test.Integration
newIntegrationStateMHedgehog.Extras.Internal.Test.Integration
newMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
noteHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEach_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShow_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteTempFileHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
note_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
nothingFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
nothingFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onFailureHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onLeftHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onNothingHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
openFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
Plan 
1 (Type/Class)Hedgehog.Extras.Internal.Plan
2 (Data Constructor)Hedgehog.Extras.Internal.Plan
poisonWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
pollHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
pollSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
portInUseHedgehog.Extras.Stock.IO.Network.Port
procFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
propertyOnceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
putMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
raceHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
race_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
randomPortHedgehog.Extras.Stock.IO.Network.Port
readFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readJsonFileOkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
readNoteMHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
readYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readYamlFileOkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
releaseHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
renameFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
replicateConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
replicateConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
reserveRandomPortHedgehog.Extras.Stock.IO.Network.Port
resetTripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
retryHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
retry'Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteArrayElementsHedgehog.Extras.Stock.Aeson, Hedgehog.Extras.Stock
rewriteJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteLbsJsonHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteLbsYamlHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteObjectHedgehog.Extras.Stock.Aeson, Hedgehog.Extras.Stock
rewriteYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
runConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
runFinalliesHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
runIntegrationReaderTHedgehog.Extras.Internal.Test.Integration
runWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithDefaultWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithDefaultWatchdog_Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithWatchdog_Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
showUTCTimeSecondsHedgehog.Extras.Stock.Time, Hedgehog.Extras.Stock
Sprocket 
1 (Type/Class)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
2 (Data Constructor)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketArgumentNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketBaseHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketSystemNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
stripHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
swapMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
takeMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
textReadFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
textWriteFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
threadDelayHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
throwAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
TimedOut 
1 (Type/Class)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Data Constructor)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
timeElapsedHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
timeoutHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tripHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
TripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
trip_Hedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
tryPutMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tryReadMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tryTakeMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
uninterruptibleCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnySTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitBothHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitBothSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherSTM_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEither_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitForProcessHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
waitSecondsForProcess 
1 (Function)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
waitSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogConfig 
1 (Type/Class)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogException 
1 (Type/Class)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
watchdogTimeoutHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncBoundHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncOnHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncOnWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withMVarMaskedHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
workspaceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
writeFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-B.html b/hedgehog-extras/doc-index-B.html index fba626a8..79a98c1a 100644 --- a/hedgehog-extras/doc-index-B.html +++ b/hedgehog-extras/doc-index-B.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - B)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - B

binFileHedgehog.Extras.Internal.Plan
binFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
byDeadlineIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDeadlineMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDurationIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDurationMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - B)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - B

binFileHedgehog.Extras.Internal.Plan
binFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
byDeadlineIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDeadlineMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDurationIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
byDurationMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-C.html b/hedgehog-extras/doc-index-C.html index e97cb307..7187c4f5 100644 --- a/hedgehog-extras/doc-index-C.html +++ b/hedgehog-extras/doc-index-C.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - C)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - C

callerModuleNameHedgehog.Extras.Stock.CallStack, Hedgehog.Extras.Stock
cancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
cancelWithHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
canConnectHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
catHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
catchAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
compareAsyncsHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
Component 
1 (Type/Class)Hedgehog.Extras.Internal.Plan
2 (Data Constructor)Hedgehog.Extras.Internal.Plan
componentNameHedgehog.Extras.Internal.Plan
Concurrently 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
concurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
concurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
copyFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
copyRewriteJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
copyRewriteYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createDirectoryIfMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createDirectoryIfMissing_Hedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createFileLinkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createProcessHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
createSubdirectoryIfMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createSubdirectoryIfMissing_Hedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - C)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - C

callerModuleNameHedgehog.Extras.Stock.CallStack, Hedgehog.Extras.Stock
cancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
cancelWithHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
canConnectHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
catHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
catchAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
compareAsyncsHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
Component 
1 (Type/Class)Hedgehog.Extras.Internal.Plan
2 (Data Constructor)Hedgehog.Extras.Internal.Plan
componentNameHedgehog.Extras.Internal.Plan
Concurrently 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
concurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
concurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
copyFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
copyRewriteJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
copyRewriteYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createDirectoryIfMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createDirectoryIfMissing_Hedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createFileLinkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createProcessHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
createSubdirectoryIfMissingHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
createSubdirectoryIfMissing_Hedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-D.html b/hedgehog-extras/doc-index-D.html index d99897cb..6392d22d 100644 --- a/hedgehog-extras/doc-index-D.html +++ b/hedgehog-extras/doc-index-D.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - D)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - D

defaultExecConfigHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
diffFileVsGoldenFileHedgehog.Extras.Test.Golden
diffVsGoldenFileHedgehog.Extras.Test.Golden
doesFileExistsHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
doesNamedPipeExistHedgehog.Extras.Stock.IO.Network.NamedPipe, Hedgehog.Extras.Stock
doesSocketExist 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
doesSprocketExist 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
downloadAndExtractGithubCommitToTempHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
downloadToFileHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - D)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - D

defaultExecConfigHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
diffFileVsGoldenFileHedgehog.Extras.Test.Golden
diffVsGoldenFileHedgehog.Extras.Test.Golden
doesFileExistsHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
doesNamedPipeExistHedgehog.Extras.Stock.IO.Network.NamedPipe, Hedgehog.Extras.Stock
doesSocketExist 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
doesSprocketExist 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
downloadAndExtractGithubCommitToTempHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
downloadToFileHedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-E.html b/hedgehog-extras/doc-index-E.html index 046e56d4..57051b9d 100644 --- a/hedgehog-extras/doc-index-E.html +++ b/hedgehog-extras/doc-index-E.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - E)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - E

ExceptionInLinkedThread 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
execHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execAnyHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
ExecConfig 
1 (Type/Class)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execConfigCwdHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execConfigEnvHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlex'Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlexAny'Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
exec_Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - E)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - E

ExceptionInLinkedThread 
1 (Type/Class)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
execHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execAnyHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
ExecConfig 
1 (Type/Class)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execConfigCwdHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execConfigEnvHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlex'Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
execFlexAny'Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
exec_Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-F.html b/hedgehog-extras/doc-index-F.html index 2565f256..fdc58cf0 100644 --- a/hedgehog-extras/doc-index-F.html +++ b/hedgehog-extras/doc-index-F.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - F)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - F

failMessageHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
failWithCustomHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
fileContainsHedgehog.Extras.Stock.IO.File, Hedgehog.Extras.Stock
firstLineHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
forceMHedgehog.Extras.Stock.Monad, Hedgehog.Extras.Stock
forConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
forConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
formatIso8601Hedgehog.Extras.Stock.Time, Hedgehog.Extras.Stock
fromJustMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - F)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - F

failMessageHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
failWithCustomHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
fileContainsHedgehog.Extras.Stock.IO.File, Hedgehog.Extras.Stock
firstLineHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
forceMHedgehog.Extras.Stock.Monad, Hedgehog.Extras.Stock
forConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
forConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
formatIso8601Hedgehog.Extras.Stock.Time, Hedgehog.Extras.Stock
fromJustMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-G.html b/hedgehog-extras/doc-index-G.html index 3c2c702d..a4ca5089 100644 --- a/hedgehog-extras/doc-index-G.html +++ b/hedgehog-extras/doc-index-G.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - G)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - G

getPidHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getPidOkHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getProjectBaseHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getTripSiteHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
goldenTestJsonValueHedgehog.Extras.Aeson
goldenTestJsonValuePrettyHedgehog.Extras.Aeson
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - G)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - G

getPidHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getPidOkHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getProjectBaseHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
getTripSiteHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
goldenTestJsonValueHedgehog.Extras.Aeson
goldenTestJsonValuePrettyHedgehog.Extras.Aeson
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-H.html b/hedgehog-extras/doc-index-H.html index 4a2b45b9..d687c51f 100644 --- a/hedgehog-extras/doc-index-H.html +++ b/hedgehog-extras/doc-index-H.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - H)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - H

headMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - H)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - H

headMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-I.html b/hedgehog-extras/doc-index-I.html index f8d8a5fb..efe9bf11 100644 --- a/hedgehog-extras/doc-index-I.html +++ b/hedgehog-extras/doc-index-I.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - I)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - I

indexMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
installPlanHedgehog.Extras.Internal.Plan
IntegrationHedgehog.Extras.Internal.Test.Integration, Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
IntegrationState 
1 (Type/Class)Hedgehog.Extras.Internal.Test.Integration
2 (Data Constructor)Hedgehog.Extras.Internal.Test.Integration
integrationStateFinalsHedgehog.Extras.Internal.Test.Integration
isEmptyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
isPortOpen 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
isTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
isWin32Hedgehog.Extras.Stock.OS, Hedgehog.Extras.Stock
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - I)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - I

indexMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
installPlanHedgehog.Extras.Internal.Plan
IntegrationHedgehog.Extras.Internal.Test.Integration, Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
IntegrationState 
1 (Type/Class)Hedgehog.Extras.Internal.Test.Integration
2 (Data Constructor)Hedgehog.Extras.Internal.Test.Integration
integrationStateFinalsHedgehog.Extras.Internal.Test.Integration
isEmptyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
isPortOpen 
1 (Function)Hedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Network, Hedgehog.Extras.Test, Hedgehog.Extras
isTrippedHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
isWin32Hedgehog.Extras.Stock.OS, Hedgehog.Extras.Stock
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-J.html b/hedgehog-extras/doc-index-J.html index 3e25ff30..205b704b 100644 --- a/hedgehog-extras/doc-index-J.html +++ b/hedgehog-extras/doc-index-J.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - J)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - J

jsonErrorFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
jsonErrorFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - J)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - J

jsonErrorFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
jsonErrorFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-K.html b/hedgehog-extras/doc-index-K.html index 2c5a0180..347da386 100644 --- a/hedgehog-extras/doc-index-K.html +++ b/hedgehog-extras/doc-index-K.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - K)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - K

kickWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - K)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - K

kickWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-L.html b/hedgehog-extras/doc-index-L.html index 7fb02b10..72592887 100644 --- a/hedgehog-extras/doc-index-L.html +++ b/hedgehog-extras/doc-index-L.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - L)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - L

lastLineHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
lbsReadFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
lbsWriteFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
leftFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
leftFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
linkHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
link2Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
listDirectoryHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
listenOnHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - L)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - L

lastLineHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
lbsReadFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
lbsWriteFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
leftFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
leftFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
linkHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
link2Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
listDirectoryHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
listenOnHedgehog.Extras.Stock.IO.Network.Socket, Hedgehog.Extras.Stock
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-M.html b/hedgehog-extras/doc-index-M.html index c638a508..9c3936f9 100644 --- a/hedgehog-extras/doc-index-M.html +++ b/hedgehog-extras/doc-index-M.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - M)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - M

makeTripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
makeTripwireWithLabelHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
makeWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
mapConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
mapConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
maxSprocketArgumentNameLengthHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
maybeWaitForProcess 
1 (Function)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
mkWeakMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarMaskedHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarMasked_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVar_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
moduleWorkspaceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
MonadAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
MVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - M)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - M

makeTripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
makeTripwireWithLabelHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
makeWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
mapConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
mapConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
maxSprocketArgumentNameLengthHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
maybeWaitForProcess 
1 (Function)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
mkWeakMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarMaskedHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVarMasked_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
modifyMVar_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
moduleWorkspaceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
MonadAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
MVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-N.html b/hedgehog-extras/doc-index-N.html index f8ce66e5..ebd6e314 100644 --- a/hedgehog-extras/doc-index-N.html +++ b/hedgehog-extras/doc-index-N.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - N)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - N

newEmptyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
newIntegrationStateIOHedgehog.Extras.Internal.Test.Integration
newIntegrationStateMHedgehog.Extras.Internal.Test.Integration
newMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
noteHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEach_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShow_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteTempFileHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
note_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
nothingFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
nothingFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - N)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - N

newEmptyMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
newIntegrationStateIOHedgehog.Extras.Internal.Test.Integration
newIntegrationStateMHedgehog.Extras.Internal.Test.Integration
newMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
noteHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEachM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteEach_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowIOHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowIO_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShowM_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteShow_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
noteTempFileHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
note_Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
nothingFailHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
nothingFailMHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-O.html b/hedgehog-extras/doc-index-O.html index 7a66b61b..3a989603 100644 --- a/hedgehog-extras/doc-index-O.html +++ b/hedgehog-extras/doc-index-O.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - O)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - O

onFailureHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onLeftHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onNothingHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
openFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - O)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - O

onFailureHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onLeftHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
onNothingHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
openFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-P.html b/hedgehog-extras/doc-index-P.html index 552d378e..a0e8cdc0 100644 --- a/hedgehog-extras/doc-index-P.html +++ b/hedgehog-extras/doc-index-P.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - P)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - P

Plan 
1 (Type/Class)Hedgehog.Extras.Internal.Plan
2 (Data Constructor)Hedgehog.Extras.Internal.Plan
poisonWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
pollHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
pollSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
portInUseHedgehog.Extras.Stock.IO.Network.Port
procFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
propertyOnceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
putMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - P)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - P

Plan 
1 (Type/Class)Hedgehog.Extras.Internal.Plan
2 (Data Constructor)Hedgehog.Extras.Internal.Plan
poisonWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
pollHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
pollSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
portInUseHedgehog.Extras.Stock.IO.Network.Port
procFlexHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
propertyOnceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
putMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-R.html b/hedgehog-extras/doc-index-R.html index 29a4f6fa..e78c8d01 100644 --- a/hedgehog-extras/doc-index-R.html +++ b/hedgehog-extras/doc-index-R.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - R)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - R

raceHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
race_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
randomPortHedgehog.Extras.Stock.IO.Network.Port
readFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readJsonFileOkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
readNoteMHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
readYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readYamlFileOkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
releaseHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
renameFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
replicateConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
replicateConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
reserveRandomPortHedgehog.Extras.Stock.IO.Network.Port
resetTripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
retryHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
retry'Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteArrayElementsHedgehog.Extras.Stock.Aeson, Hedgehog.Extras.Stock
rewriteJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteLbsJsonHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteLbsYamlHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteObjectHedgehog.Extras.Stock.Aeson, Hedgehog.Extras.Stock
rewriteYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
runConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
runFinalliesHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
runIntegrationReaderTHedgehog.Extras.Internal.Test.Integration
runWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithDefaultWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithDefaultWatchdog_Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithWatchdog_Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - R)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - R

raceHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
race_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
randomPortHedgehog.Extras.Stock.IO.Network.Port
readFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readJsonFileOkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
readNoteMHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
readYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
readYamlFileOkHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
releaseHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
renameFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
replicateConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
replicateConcurrently_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
reserveRandomPortHedgehog.Extras.Stock.IO.Network.Port
resetTripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
retryHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
retry'Hedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteArrayElementsHedgehog.Extras.Stock.Aeson, Hedgehog.Extras.Stock
rewriteJsonFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteLbsJsonHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteLbsYamlHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
rewriteObjectHedgehog.Extras.Stock.Aeson, Hedgehog.Extras.Stock
rewriteYamlFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
runConcurrentlyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
runFinalliesHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
runIntegrationReaderTHedgehog.Extras.Internal.Test.Integration
runWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithDefaultWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithDefaultWatchdog_Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithWatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
runWithWatchdog_Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-S.html b/hedgehog-extras/doc-index-S.html index aaa11580..c1bcb412 100644 --- a/hedgehog-extras/doc-index-S.html +++ b/hedgehog-extras/doc-index-S.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - S)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - S

showUTCTimeSecondsHedgehog.Extras.Stock.Time, Hedgehog.Extras.Stock
Sprocket 
1 (Type/Class)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
2 (Data Constructor)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketArgumentNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketBaseHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketSystemNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
stripHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
swapMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - S)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - S

showUTCTimeSecondsHedgehog.Extras.Stock.Time, Hedgehog.Extras.Stock
Sprocket 
1 (Type/Class)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
2 (Data Constructor)Hedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketArgumentNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketBaseHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
sprocketSystemNameHedgehog.Extras.Stock.IO.Network.Sprocket, Hedgehog.Extras.Stock
stripHedgehog.Extras.Stock.String, Hedgehog.Extras.Stock
swapMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-T.html b/hedgehog-extras/doc-index-T.html index 5e47201a..da7374ff 100644 --- a/hedgehog-extras/doc-index-T.html +++ b/hedgehog-extras/doc-index-T.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - T)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - T

takeMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
textReadFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
textWriteFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
threadDelayHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
throwAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
TimedOut 
1 (Type/Class)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Data Constructor)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
timeElapsedHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
timeoutHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tripHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
TripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
trip_Hedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
tryPutMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tryReadMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tryTakeMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - T)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - T

takeMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
textReadFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
textWriteFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
threadDelayHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
throwAssertionHedgehog.Extras.Test.MonadAssertion, Hedgehog.Extras.Test, Hedgehog.Extras
TimedOut 
1 (Type/Class)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Data Constructor)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
timeElapsedHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
timeoutHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tripHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
TripwireHedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
trip_Hedgehog.Extras.Test.Tripwire, Hedgehog.Extras.Test, Hedgehog.Extras
tryPutMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tryReadMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
tryTakeMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-U.html b/hedgehog-extras/doc-index-U.html index a1c57a27..d4a6c11c 100644 --- a/hedgehog-extras/doc-index-U.html +++ b/hedgehog-extras/doc-index-U.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - U)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - U

uninterruptibleCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - U)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - U

uninterruptibleCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index-W.html b/hedgehog-extras/doc-index-W.html index f5a1f87b..a45bf483 100644 --- a/hedgehog-extras/doc-index-W.html +++ b/hedgehog-extras/doc-index-W.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index - W)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog

Index - W

waitHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnySTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitBothHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitBothSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherSTM_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEither_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitForProcessHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
waitSecondsForProcess 
1 (Function)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
waitSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogConfig 
1 (Type/Class)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogException 
1 (Type/Class)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
watchdogTimeoutHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncBoundHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncOnHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncOnWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withMVarMaskedHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
workspaceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
writeFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index - W)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog

Index - W

waitHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnyCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitAnySTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitBothHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitBothSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchCancelHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherCatchSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEitherSTM_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitEither_Hedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
waitForProcessHedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
waitSecondsForProcess 
1 (Function)Hedgehog.Extras.Stock.IO.Process, Hedgehog.Extras.Stock
2 (Function)Hedgehog.Extras.Test.Process, Hedgehog.Extras.Test, Hedgehog.Extras
waitSTMHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogConfig 
1 (Type/Class)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
WatchdogException 
1 (Type/Class)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
2 (Data Constructor)Hedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
watchdogTimeoutHedgehog.Extras.Test.TestWatchdog, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncBoundHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncOnHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncOnWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withAsyncWithUnmaskHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withMVarHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
withMVarMaskedHedgehog.Extras.Test.Concurrent, Hedgehog.Extras.Test, Hedgehog.Extras
workspaceHedgehog.Extras.Test.Base, Hedgehog.Extras.Test, Hedgehog.Extras
writeFileHedgehog.Extras.Test.File, Hedgehog.Extras.Test, Hedgehog.Extras
\ No newline at end of file diff --git a/hedgehog-extras/doc-index.html b/hedgehog-extras/doc-index.html index 0a023bc0..61500671 100644 --- a/hedgehog-extras/doc-index.html +++ b/hedgehog-extras/doc-index.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog (Index)
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog (Index)
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
\ No newline at end of file diff --git a/hedgehog-extras/hedgehog-extras.haddock b/hedgehog-extras/hedgehog-extras.haddock index 9927933b..de922239 100644 Binary files a/hedgehog-extras/hedgehog-extras.haddock and b/hedgehog-extras/hedgehog-extras.haddock differ diff --git a/hedgehog-extras/index.html b/hedgehog-extras/index.html index 24d3c112..14a4062a 100644 --- a/hedgehog-extras/index.html +++ b/hedgehog-extras/index.html @@ -1 +1 @@ -hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
hedgehog-extras-0.6.3.0: Supplemental library for hedgehog
\ No newline at end of file +hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
hedgehog-extras-0.6.4.0: Supplemental library for hedgehog
\ No newline at end of file