Skip to content

Commit

Permalink
Update Charon (#94)
Browse files Browse the repository at this point in the history
* Propagate changes coming from Charon-ML

* Update the Charon pin

* Update the Charon pin

* Update the Charon pin
  • Loading branch information
sonmarcho authored Nov 29, 2024
1 parent 567f390 commit b665364
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/AstOfLlbc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ let decl_of_id (env : env) (id : C.any_decl_id) : K.decl option =
let env = push_type_binders env type_params in

match kind with
| Union _ | Opaque | Error _ -> None
| Union _ | Opaque | TError _ -> None
| Struct fields ->
let fields =
List.map
Expand Down

0 comments on commit b665364

Please sign in to comment.