cryptol-3.5.0: Cryptol: The Language of Cryptography
Safe HaskellNone
LanguageHaskell2010

Cryptol.Project.Config

Synopsis

Documentation

data Config Source #

Constructors

Config 

Fields

Instances

Instances details
Show Config Source # 
Instance details

Defined in Cryptol.Project.Config

FromValue Config Source # 
Instance details

Defined in Cryptol.Project.Config

data LoadProjectMode Source #

Constructors

RefreshMode

load all files

ModifiedMode

load modified files

UntestedMode CheckFailedMode

load files without a successful test result

Instances

Instances details
Show LoadProjectMode Source # 
Instance details

Defined in Cryptol.Project.Config

data CheckFailedMode Source #

Indicates if we should load files that have not changed, but contain failed properties.

Instances

Instances details
Show CheckFailedMode Source # 
Instance details

Defined in Cryptol.Project.Config

loadConfig :: FilePath -> IO (Either ConfigLoadError Config) Source #

Parse project configuration.