Skip to content

Commit

Permalink
Fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Oct 18, 2023
1 parent 8ce5b1f commit 697ac89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/valid/valid.ml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ let check_memory_type (c : context) (mt : memory_type) at =

let check_tag_type (c : context) (et : tag_type) at =
match et with
| TagT ft -> check_heap_type c ft at
| TagT ht -> check_heap_type c ht at

let check_global_type (c : context) (gt : global_type) at =
let GlobalT (_mut, t) = gt in
Expand Down

0 comments on commit 697ac89

Please sign in to comment.