Next: Making rendered characters, Previous: Curses screen initialization and manipulation routines, Up: The basic curses library [Contents][Index]
The curses library uses SRFI-34’s raise and SRFI-35 conditions to signal errors.
All errors in the curses library are of type &curses-error.
Returns true if err is a &curses-error
The wrong type error has two fields: arg and expected-type.
The predicate and accessors for the wrong type error.