jasmin.jasmin
Jasmin.SecurityAnnotations
jasmin.linter
jasmin.uint63
jasmin.uint63-js
jasmin.uint63-native
type simple_level =
| Public
| Secret
| Named of Jasmin.Prog.Name.t
type 'typ signature_gen = {
arguments : 'typ list;
results : 'typ list;
}
val get_nth_argument : int -> 'typ signature_gen -> 'typ option
val get_nth_result : int -> 'typ signature_gen -> 'typ option
module SCT : sig ... end
module CT : sig ... end
module SCT2CT : sig ... end