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/String/index.html

Module Guile.StringSource

Sourceval string_p : scm -> scm

string_p v returns #t if v is a string and #f otherwise.

Sourceval is_string : scm -> bool

is_string v returns true if v is a string and false otherwise.

Sourceval is_empty : scm -> scm

is_empty v returns true if v is an empty string and false otherwise.

Sourceval string : char list -> scm

string cs constructs a fresh Guile string from the list of characters cs.

Sourceval len : scm -> int

len s returns the length of the Guile string s.

Sourceval to_raw : string -> scm

to_raw s encodes an OCaml string s as a Guile string.

Sourceval from_raw : scm -> string

from_raw s extracts an OCaml string from a Guile string s.

OCaml

Innovation. Community. Security.