Module Ev.Error
Error events.
type t
The type for
ErrorEvent
objects.
val lineno : t -> int
lineno e
is the line number.
val colno : t -> int
colno e
is the column number.
Ev.Error
Error events.
type t
The type for ErrorEvent
objects.
val lineno : t -> int
lineno e
is the line number.
val colno : t -> int
colno e
is the column number.