Issue2918-Inlining.options 325 B

12345678910
  1. TestOptions
  2. { forCompilers =
  3. [ (MAlonzo Lazy, CompilerOptions {extraAgdaArgs = ["--no-main"]})
  4. , (MAlonzo StrictData, CompilerOptions {extraAgdaArgs = ["--no-main"]})
  5. , (MAlonzo Strict, CompilerOptions {extraAgdaArgs = ["--no-main"]})
  6. ]
  7. , runtimeOptions = []
  8. , executeProg = False
  9. }