Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Config
Description
Synopsis
- data Config = Config {
- continue_on_unknown_instruction :: Bool
- generate_pdfs :: Bool
- verbose_logs :: Bool
- store_preconditions_in_L0 :: Bool
- store_assertions_in_L0 :: Bool
- max_time :: Natural
- max_num_of_cases :: Natural
- max_num_of_bases :: Natural
- max_num_of_sources :: Natural
- max_jump_table_size :: Natural
- max_expr_size :: Natural
- nasm_with_safe_labels :: Bool
- parse_config :: String -> IO Config
Documentation
A datastructure storing all configurable options
Constructors
Config | |
Fields
|
Instances
Given a filename, parse a config in the Dhall language See: https://dhall-lang.org