package biocaml

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

Module Msg.TreeSource

Message tree for more complex messages.

Sourcetype t =
  1. | T of string * t list
    (*

    A tree of messages. The tree (msg,sub_msgs) is interpreted as meaning that sub_msgs are the various possible explanations for msg.

    *)
Sourceval leaf : string -> t
Sourceval add_child : t -> t -> t

add_child t x inserts x as the right-most child of t.

Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.