FFI.options 291 B

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