package shexp

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

Install

Dune Dependency

Authors

Maintainers

Sources

shexp-v0.14.0.tar.gz
sha256=01fa41159385c30cc9de233fda13f359fb8ad1b01ed513dd1de8262aa64a3d35
md5=d756263aa2b95303edba19af36c0feea

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.