package jasmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Jasmin.SecurityAnnotationsSource

Sourcetype simple_level =
  1. | Public
  2. | Secret
  3. | Named of Jasmin.Prog.Name.t
Sourcetype 'typ signature_gen = {
  1. arguments : 'typ list;
  2. results : 'typ list;
}
Sourceval get_nth_argument : int -> 'typ signature_gen -> 'typ option
Sourceval get_nth_result : int -> 'typ signature_gen -> 'typ option
Sourcemodule SCT : sig ... end
Sourcemodule CT : sig ... end
Sourcemodule SCT2CT : sig ... end