Skip to content

Commit

Permalink
Merge pull request #74 from Nadrieril/update-charon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored Sep 9, 2024
2 parents 88f789c + 43113f2 commit bd0d98a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -536,7 +536,7 @@ let expression_of_place (env : env) (p : C.place) : K.expr * C.ety =
e, t
| C.Deref, TRef (_, ty, _) ->
Krml.Helpers.(mk_deref (Krml.Helpers.assert_tbuf_or_tarray e.K.typ) e.K.node), ty
| DerefBox, TAdt (TAssumed TBox, { types = [ ty ]; _ }) ->
| C.Deref, TAdt (TAssumed TBox, { types = [ ty ]; _ }) ->
Krml.Helpers.(mk_deref (Krml.Helpers.assert_tbuf_or_tarray e.K.typ) e.K.node), ty
| Field (ProjAdt (typ_id, variant_id), field_id), C.TAdt (_, { types; const_generics; _ }) ->
begin
Expand Down

0 comments on commit bd0d98a

Please sign in to comment.