Skip to content

Commit

Permalink
Add PR #1176 to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Aug 7, 2017
1 parent d57f492 commit 415a1ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ Guidelines for the changelog:
Code that relied on undefined behavior is unsafe, but it can be extracted
using `assume` or
`admit`.

## C Extraction

* [PR #1176](https://github.com/FStarLang/FStar/pull/1176)
`inline_for_extraction` on a type annotation will unfold it at extraction
time. This can help to reveal first-order code for C extraction;
see [FStarLang/kremlin #51](https://github.com/FStarLang/kremlin/issues/51).

0 comments on commit 415a1ee

Please sign in to comment.