| Stability | stable |
|---|---|
| Maintainer | Ricky Elrod <ricky@elrod.me> |
| Safe Haskell | Trustworthy |
Evalso.Cruncher.FinalResult
Description
The highest level of a response that Cruncher deals with. Contains only the final result of a sandbox run, including compilation and execution.
- data FinalResult
Documentation
data FinalResult Source
The final result for a given request.
This data type also handles error handling, in the form of types.
Constructors
| FinalResult | |
Fields
| |
| NoSuchLanguage | |
| SELinuxNotEnforcing | |
Instances