We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1f75b commit 910f873Copy full SHA for 910f873
1 file changed
interpreter/exec/eval.mli
@@ -11,8 +11,5 @@ exception Crash of Source.region * string
11
val init : Ast.module_ -> extern list -> module_inst (* raises Link, Trap *)
12
val invoke : func_inst -> value list -> value list (* raises Trap *)
13
14
-type ctxt
15
-type handle_table
16
-
17
-type cont = int32 * ctxt (* TODO: represent type properly *)
+type cont
18
type ref_ += ContRef of cont option ref
0 commit comments