package libsail

  1. Overview
  2. Docs
Sail is a language for describing the instruction semantics of processors

Install

Dune Dependency

Authors

Maintainers

Sources

sail-0.18.tbz
sha256=fcdbda14f1ed59fa30e23da34abe02547416e3c2a83fbeee5606e100a5edcf35
sha512=0bbd72706cb4c1ddf13ea1c42004ec498aa9db8a301020f0dd3d8ac582d1bed8a48c7a825b8e3e6f629279f1f900384f6966608e1cd59e7b1217776413c7fa27

doc/libsail/Libsail/Value2/index.html

Module Libsail.Value2Source

Sourcetype vl =
  1. | VL_bits of Sail2_values.bitU list
  2. | VL_bit of Sail2_values.bitU
  3. | VL_bool of bool
  4. | VL_unit
  5. | VL_int of Nat_big_num.num
  6. | VL_string of string
  7. | VL_real of string
  8. | VL_enum of string
  9. | VL_ref of string
  10. | VL_undefined
OCaml

Innovation. Community. Security.