Stability | stable |
---|---|
Maintainer | Ricky Elrod <ricky@elrod.me> |
Safe Haskell | Trustworthy |
Evalso.Cruncher.SandboxResult
Description
Contains data types/constructors for individual sandbox runs.
For example, the compile step will produce a SandboxResult
, which is
defined in this module. The execution/evaluation step will also produce a
SandboxResult
.
- data SandboxResult = SandboxResult {}
Documentation
data SandboxResult Source
Describes the result we get back after performing an evaluation (or
compilation). This is almost always wrapped in IO
.
Constructors
SandboxResult | |