GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Syntaxerr(3) OCamldoc Syntaxerr(3)

Syntaxerr - Auxiliary type for reporting syntax errors

Module Syntaxerr

Module Syntaxerr : sig end

Auxiliary type for reporting syntax errors

type error = | Unclosed of Location.t * string * Location.t * string | Expecting of Location.t * string | Not_expecting of Location.t * string | Applicative_path of Location.t | Variable_in_scope of Location.t * string | Other of Location.t | Ill_formed_ast of Location.t * string | Invalid_package_type of Location.t * string

exception Error of error

exception Escape_error

val report_error : Format.formatter -> error -> unit

Deprecated. Use Location.error_of_exn , Location.report_error .

val location_of_error : error -> Location.t

val ill_formed_ast : Location.t -> string -> 'a

source: 2022-04-09

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.