package jasmin

  1. Overview
  2. Docs
Compiler for High-Assurance and High-Speed Cryptography

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jasmin-compiler-v2025.06.1.tar.bz2
sha256=e92b42fa69da7c730b0c26dacf842a72b4febcaf4f2157a1dc18b3cce1f859fa

doc/jasmin.jasmin/Jasmin/Datatypes/index.html

Module Jasmin.Datatypes

val xorb : bool -> bool -> bool
val negb : bool -> bool
type nat =
  1. | O
  2. | S of nat
type ('a, 'b) sum =
  1. | Coq_inl of 'a
  2. | Coq_inr of 'b
val fst : ('a1 * 'a2) -> 'a1
val snd : ('a1 * 'a2) -> 'a2
val app : 'a1 list -> 'a1 list -> 'a1 list
type comparison =
  1. | Eq
  2. | Lt
  3. | Gt
val coq_CompOpp : comparison -> comparison
type coq_CompareSpecT =
  1. | CompEqT
  2. | CompLtT
  3. | CompGtT
val coq_CompareSpec2Type : comparison -> coq_CompareSpecT
type 'a coq_CompSpecT = coq_CompareSpecT
val coq_CompSpec2Type : 'a1 -> 'a1 -> comparison -> 'a1 coq_CompSpecT