Skip to content

Commit

Permalink
Merge branch 'main' into franziskus/more-array-equal-glue
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Aug 28, 2024
2 parents d9e28bf + 1107d19 commit 7338756
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.

1 change: 1 addition & 0 deletions lib/AstOfLlbc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ let typ_of_literal_ty (_env : env) (ty : Charon.Types.literal_type) : K.typ =
match ty with
| TBool -> K.TBool
| TChar -> failwith "TODO: Char"
| TFloat _ -> failwith "TODO: Float"
| TInteger k -> K.TInt (width_of_integer_type k)

let rec typ_of_ty (env : env) (ty : Charon.Types.ty) : K.typ =
Expand Down

0 comments on commit 7338756

Please sign in to comment.