package nuscr

  1. Overview
  2. Docs
A tool to manipulate and validate Scribble-style multiparty protocols

Install

Dune Dependency

Authors

Maintainers

Sources

nuscr-2.1.1.tbz
sha256=c5a419fd1fdea78fb63b3a3c335b0e6b0f2b08d65b79870565bdcc0f997bc728
sha512=83ef593ed514eeef1b10069af54562833d617d1c338c5adaf82ee5c3ea7ec4569b3643fcbb237b3cb79ce2f579094cbd17217efa5f4e522bd20f67e1df3a7dbd

doc/nuscr.lib/Nuscrlib/Expr/Sexp/index.html

Module Expr.Sexp

An modified S-expression library that distinguishes literal strings and * atoms

type t =
  1. | Literal of Base.string
  2. | Atom of Base.string
  3. | List of t Base.list
val to_string : t -> Base.string
OCaml

Innovation. Community. Security.