package guile

  1. Overview
  2. Docs
Bindings to GNU Guile Scheme for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.tar.gz
md5=be5a3dae4018b36103f0af9f769a26f0
sha512=74136c9f933aea8d0403d5f5826cf7acb8824c985639d5a79eb2a7247c1bd1362eb61fd946f148e25e7b0283af2e36435c3d3ffe5f7e7913e27b70d941e97c09

doc/guile.guile/Guile/Bool/index.html

Module Guile.BoolSource

Sourceval t : scm

t is the Guile value encoding true.

Sourceval f : scm

t is the Guile value encoding false.

Sourceval boolean_p : scm -> scm

boolean_p b returns #t if b is a boolean and #f otherwise.

Sourceval is_bool : scm -> bool

is_bool b returns true if b is a boolean and false otherwise.

Sourceval not : scm -> scm

not b negates the boolean b.

Sourceval to_raw : bool -> scm

to_raw b converts the OCaml boolean b to a Guile boolean.

Sourceval from_raw : scm -> bool

from_raw b converts the Guile boolean b to an OCaml boolean.

OCaml

Innovation. Community. Security.