cryptol-2.2.2: Cryptol: The Language of Cryptography

Safe HaskellTrustworthy
LanguageHaskell98

Cryptol.Parser

Documentation

data Layout Source

Constructors

Layout 
NoLayout 

data Config Source

Constructors

Config 

Fields

cfgSource :: !FilePath

File that we are working on

cfgLayout :: !Layout

Settings for layout processing

cfgPreProc :: PreProc

Preprocessor settings

cfgAutoInclude :: [FilePath]

Implicit includes

cfgModuleScope :: Bool

When we do layout processing should we add a vCurly (i.e., are we parsing a list of things).

data PreProc Source

Constructors

None 
Markdown 
LaTeX