Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val string_of_error_location : error_location -> string
type error = [
| `SyntaxError of error_location
| `UnterminatedString of int
| `IntOverflow of int * string
]
val string_of_error : error -> string
type dense = value list
type sparse = (int * value) list
type row_seq = row_or_error Stdlib.Seq.t