package bap-primus

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Primus.Exn

Primus error.

type t = exn = ..
val to_string : t -> string

returns a textual representation of an error

val add_printer : (t -> string option) -> unit

add_printer to_string registers a printer.

OCaml

Innovation. Community. Security.