Skip to content

Commit 910f873

Browse files
committed
remove more type details
1 parent 8b1f75b commit 910f873

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

interpreter/exec/eval.mli

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ exception Crash of Source.region * string
1111
val init : Ast.module_ -> extern list -> module_inst (* raises Link, Trap *)
1212
val invoke : func_inst -> value list -> value list (* raises Trap *)
1313

14-
type ctxt
15-
type handle_table
16-
17-
type cont = int32 * ctxt (* TODO: represent type properly *)
14+
type cont
1815
type ref_ += ContRef of cont option ref

0 commit comments

Comments
 (0)