module Syntaxerr:sig
..end
用于报告语法错误的辅助类型
警告: 此模块不稳定,是 compiler-libs 的一部分。
type
invalid_package_type =
| |
参数化类型 |
| |
约束类型 |
| |
私有类型 |
| |
Not_with_type |
| |
Neither_identifier_nor_with_type |
type
error =
| |
Unclosed of |
| |
Expecting of |
| |
Not_expecting of |
| |
Applicative_path of |
| |
Variable_in_scope of |
| |
Other of |
| |
Ill_formed_ast of |
| |
Invalid_package_type of |
| |
Removed_string_set of |
exception Error of error
exception Escape_error
val location_of_error : error -> Location.t
val ill_formed_ast : Location.t -> string -> 'a