package jasmin

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jasmin-compiler-v2026.03.1.tar.bz2
sha256=78e9f92963403f1ed9f95326f26725532c43956f10fcc47d11ac94c66a236f52

doc/jasmin.linter/Linter/CompileError/index.html

Module Linter.CompileError

type t = {
  1. location : Jasmin.Location.t;
  2. level : int;
  3. code : string;
  4. to_text : Format.formatter -> unit;
}

Error type :

  • code for error (useful for documentations)
  • level describes the minimal reporting level for this error
  • to_text A function to convert the error to a human-readable format