package shexp

  1. Overview
  2. Docs
Process library and s-expression based shell

Install

Dune Dependency

Authors

Maintainers

Sources

shexp-v0.15.0.tar.gz
sha256=4af322366779ce139a625c5d815d76d82a2ae7d9bc2efec33b5c3b824e04e6d3

doc/src/shexp.sexp/std.ml.html

Source file std.ml

1
2
3
4
5
6
7
8
9
10
11
12
module Sexp = Sexp

let sexp_of_list = Sexp.list
let sexp_of_option = Sexp.option
let sexp_of_int = Sexp.int
let sexp_of_int32 = Sexp.int32
let sexp_of_int64 = Sexp.int64
let sexp_of_float = Sexp.float
let sexp_of_string = Sexp.string
let sexp_of_char = Sexp.char
let sexp_of_bool = Sexp.bool
let sexp_of_exn = Sexp.exn
OCaml

Innovation. Community. Security.