package shakuhachi

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

Module Field.BoolSource

Operations on boolean field node.

Sourcetype t =
  1. | Art of bool
  2. | Flag of bool
    (*

    type of boolean field node

    *)
Sourceval art : bool -> t

art b is Art b.

Sourceval flag : bool -> t

art b is Art b.

Sourceval to_string : t -> string

to_string field returns a string representation of field.

Sourceval to_sexp : t -> string

to_sexp field returns a s-expression compatible string of field.