package lascar

  1. Overview
  2. Docs
A library for manipulating Labeled Transition Systems in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

lascar-0.6.0.tbz
sha256=343190b9c765655e787758db86a82818404dda18b4d2806283b4bde3ced91d26
sha512=2b6534ac438d574228d127b3b4e2cfec17b8b95e95124297c8da351caf34de2bb4ec8a31028a1470ba7f42aa932257293d021140a5a1c2642d1a60a8123d00a0

doc/lascar.utils/Utils/Dot/index.html

Module Utils.DotSource

Types for controling the aspect of .dot output files

Sourcetype graph_style = ..
Sourcetype graph_style +=
  1. | SubGraph
    (*

    Draw graph as a subgraph (to be inserted in an enclosing graph)

    *)
  2. | RankdirUD
    (*

    Draw graph in the Up-down direction

    *)
  3. | RankdirLR
    (*

    Draw graph in the Left-right direction

    *)
Sourcetype node_style = {
  1. node_shape : string;
  2. node_style : string;
}
OCaml

Innovation. Community. Security.