hedgehog-extras-0.3.0.1: 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
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

doesSprocketExist :: Sprocket -> IO Bool Source #

Test if the sprocket exists

sprocketArgumentName :: Sprocket -> FilePath Source #

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

sprocketSystemName :: Sprocket -> FilePath Source #

Use this to query the OS about the sprocket