Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Apr 8, 2021
1 parent ee429ef commit 03a1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/syntax/types.ml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let as_func_def_type (dt : def_type) : func_type =

let as_cont_def_type (dt : def_type) : cont_type =
match dt with
| ContDefType x -> x
| ContDefType ct -> ct
| _ -> assert false

let extern_type_of_import_type (ImportType (et, _, _)) = et
Expand Down

0 comments on commit 03a1e4c

Please sign in to comment.