@@ -74,7 +74,7 @@ data Config = Config
74
74
, minPartSize :: Int -- ^ Minimum size of a partition
75
75
, maxPartSize :: Int -- ^ Maximum size of a partition. Overrides minPartSize
76
76
, maxParams :: Int -- ^ the maximum number of parameters to accept when mining qualifiers
77
- , smtsolver :: Maybe SMTSolver -- ^ name of smtsolver to use [default: try z3, cvc4, mathsat in order]
77
+ , smtsolver :: Maybe SMTSolver -- ^ SMT solver to use [if `Nothing`, try looking one up using the order defined in L.H.L.UX.CmdLine.withSmtSolver ]
78
78
, shortNames :: Bool -- ^ drop module qualifers from pretty-printed names.
79
79
, shortErrors :: Bool -- ^ don't show subtyping errors and contexts.
80
80
, cabalDir :: Bool -- ^ find and use .cabal file to include paths to sources for imported modules
@@ -111,11 +111,11 @@ data Config = Config
111
111
, compileSpec :: Bool -- ^ Only "compile" the spec -- into .bspec file -- don't do any checking.
112
112
, noCheckImports :: Bool -- ^ Do not check the transitive imports
113
113
, typeclass :: Bool -- ^ enable typeclass support.
114
- , auxInline :: Bool -- ^
114
+ , auxInline :: Bool -- ^
115
115
, rwTerminationCheck :: Bool -- ^ Enable termination checking for rewriting
116
116
, skipModule :: Bool -- ^ Skip this module entirely (don't even compile any specs in it)
117
117
, noLazyPLE :: Bool
118
- , fuel :: Maybe Int -- ^ Maximum PLE "fuel" (unfold depth) (default=infinite)
118
+ , fuel :: Maybe Int -- ^ Maximum PLE "fuel" (unfold depth) (default=infinite)
119
119
, environmentReduction :: Bool -- ^ Perform environment reduction
120
120
, noEnvironmentReduction :: Bool -- ^ Don't perform environment reduction
121
121
, inlineANFBindings :: Bool -- ^ Inline ANF bindings.
0 commit comments