package bap-primus

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

Module Lisp.Message

Lisp Machine Message interface.

Lisp machine messages are sent with the msg primitive. The messages are abstract, but they could be printed.

type t = message
val pp : Format.formatter -> t -> unit

pp ppf msg prints the message into the specified formatter ppf.

OCaml

Innovation. Community. Security.