Skip to content

Commit

Permalink
Merge pull request #62 from Nadrieril/update-charon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Aug 27, 2024
2 parents cd5c9e5 + 776fe4a commit 1107d19
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 1107d19

Please sign in to comment.