Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
refs/heads/nested-actions
/
.
/
interpreter
/
util
/
error.mli
blob: f044bf18d01d9dfe538c99a934ed500870672a7f [
file
] [
log
] [
blame
] [
edit
]
module
Make
()
:
sig
exception
Error
of
Source
.
region
*
string
val warn
:
Source
.
region
->
string
->
unit
val error
:
Source
.
region
->
string
->
'a (* raises Error *)
end