cryspen/hax

`loop {...}` (when not a `for` or `while`)

開放

#124 建立於 2023年6月6日

 (2 則留言) (0 個反應) (0 位負責人)OCaml (61 個分叉)auto 404
backendenginegood first issuekeep-openunsupported-rust

倉庫指標

星標
 (456 顆星)
PR 合併指標
 (平均合併 4天 22小時) (30 天內合併 42 個 PR)

描述

Every backend rejects entirely plain loops (i.e. those that could not be interpreted as something with more structure such as a for loop for instance).

We should accept those and produce code for them, even if proving things about them will be painful.

貢獻者指南