-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1554 from GaloisInc/heapster/type-system-docs
Added a README describing the Heapster implication rules
- Loading branch information
Showing
9 changed files
with
1,131 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
# Type-checking Rust with Heapster | ||
|
||
FIXME: write a simple tutorial | ||
- Defining types | ||
- Symbols and name-mangling | ||
- Assuming standard library functions | ||
- Assuming low-level primitives like `memcpy`; refer to the | ||
[Rust Translation](RustTrans.md) for more detail about the relationship between | ||
Rust and Heapster types | ||
- Type-checking |
Oops, something went wrong.