val pp_span : Stdlib.Format.formatter -> Syntax.span -> unitval pp_expr : Stdlib.Format.formatter -> Syntax.expr -> unitval pp_simple_expr : Stdlib.Format.formatter -> Syntax.expr -> unitval pp_atom_expr : Stdlib.Format.formatter -> Syntax.expr -> unitval string_of_loc_aux : string -> IR.path_node list -> stringval string_of_path : IR.path_node list -> stringval string_of_loc : L.location -> stringval string_of_loc_expr : (string * IR.path_node list) -> stringval pp_path : Stdlib.Format.formatter -> IR.path_node list -> unitval pp_location : Stdlib.Format.formatter -> L.location -> unitval pp_loc_expr : Stdlib.Format.formatter -> (string * IR.path_node list) -> unitval pp_typ_aux : bool -> Stdlib.Format.formatter -> Type.typ -> unitval pp_typ : Stdlib.Format.formatter -> Type.typ -> unitval pp_typ_verbose : Stdlib.Format.formatter -> Type.typ -> unitval pp_function_typ_aux : bool -> Stdlib.Format.formatter -> Type.function_typ -> unitval pp_function_typ : Stdlib.Format.formatter -> Type.function_typ -> unitval pp_function_typ_verbose : Stdlib.Format.formatter -> Type.function_typ -> unitval pp_operation : Stdlib.Format.formatter -> Check.Error.operation -> unitval src_of_op : Check.Error.operation -> IR.sourceval pp_loc_invalid_reason : show_span:bool -> Stdlib.Format.formatter -> Check.Error.operation -> unitval pp_error : ?show_span:bool -> Stdlib.Format.formatter -> Check.Error.error -> unitval span_of_err : Check.Error.error -> Syntax.spanval pp_exception : ?show_span:bool -> Stdlib.Format.formatter -> exn -> unit