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.0.tar.bz2
sha256=dec62a3cd0cd42cfe96ec64b3cd3961e0e8a09fb92ceb64175cffb54fde50e40

doc/src/jasmin.linter/linter.ml.html

Source file linter.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(* generated by dune *)

(** @canonical Linter.Annotation *)
module Annotation = Linter__Annotation

(** @canonical Linter.BackwardAnalyser *)
module BackwardAnalyser = Linter__BackwardAnalyser

(** @canonical Linter.CompileError *)
module CompileError = Linter__CompileError

(** @canonical Linter.DeadVariables *)
module DeadVariables = Linter__DeadVariables

(** @canonical Linter.ForwardAnalyser *)
module ForwardAnalyser = Linter__ForwardAnalyser

(** @canonical Linter.Grange *)
module Grange = Linter__Grange

(** @canonical Linter.LivenessAnalyser *)
module LivenessAnalyser = Linter__LivenessAnalyser

(** @canonical Linter.RDAnalyser *)
module RDAnalyser = Linter__RDAnalyser

(** @canonical Linter.RDDomain *)
module RDDomain = Linter__RDDomain

(** @canonical Linter.VariableInitialisation *)
module VariableInitialisation = Linter__VariableInitialisation