Changes between Version 11 and Version 12 of SafeHaskell
- Timestamp:
- 11/10/10 05:55:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SafeHaskell
v11 v12 10 10 * The server compiles this untrusted code, with the `-XSafe` flag. 11 11 * If compilation succeeds, S can safely run the code, knowing that it cannot cause unsafe effects. 12 * The server S trusts 13 * GHC, its supporting tools 14 * Any Haskell modules that S chooses to compile without `-XSafe` 15 * The server S does not trust client code. That is why it compiles it with `-XSafe`. 12 16 13 17 More specifically, there are two parts to this proposed extension:
