Up

Module Ast_pattern0

Signature

val fail : Location.t -> string -> 'a
type context = {
mutable matched
: int ;
}
type ('matched_value, 'k, 'k_result) t =
| T of context -> Location.t -> 'matched_value -> 'k -> 'k_result