package libsail

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

Source file libsail.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
(* generated by dune *)

(** @canonical Libsail.Anf *)
module Anf = Libsail__Anf

(** @canonical Libsail.Ast *)
module Ast = Libsail__Ast

(** @canonical Libsail.Ast_defs *)
module Ast_defs = Libsail__Ast_defs

(** @canonical Libsail.Ast_util *)
module Ast_util = Libsail__Ast_util

(** @canonical Libsail.Bitfield *)
module Bitfield = Libsail__Bitfield

(** @canonical Libsail.Callgraph *)
module Callgraph = Libsail__Callgraph

(** @canonical Libsail.Chunk_ast *)
module Chunk_ast = Libsail__Chunk_ast

(** @canonical Libsail.Config *)
module Config = Libsail__Config

(** @canonical Libsail.Constant_fold *)
module Constant_fold = Libsail__Constant_fold

(** @canonical Libsail.Constant_propagation *)
module Constant_propagation = Libsail__Constant_propagation

(** @canonical Libsail.Constant_propagation_mutrec *)
module Constant_propagation_mutrec = Libsail__Constant_propagation_mutrec

(** @canonical Libsail.Constraint *)
module Constraint = Libsail__Constraint

(** @canonical Libsail.Effects *)
module Effects = Libsail__Effects

(** @canonical Libsail.Elf_loader *)
module Elf_loader = Libsail__Elf_loader

(** @canonical Libsail.Error_format *)
module Error_format = Libsail__Error_format

(** @canonical Libsail.Flag *)
module Flag = Libsail__Flag

(** @canonical Libsail.Format_sail *)
module Format_sail = Libsail__Format_sail

(** @canonical Libsail.Frontend *)
module Frontend = Libsail__Frontend

(** @canonical Libsail.Graph *)
module Graph = Libsail__Graph

(** @canonical Libsail.Infix_parser *)
module Infix_parser = Libsail__Infix_parser

(** @canonical Libsail.Initial_check *)
module Initial_check = Libsail__Initial_check

(** @canonical Libsail.Interactive *)
module Interactive = Libsail__Interactive

(** @canonical Libsail.Interpreter *)
module Interpreter = Libsail__Interpreter

(** @canonical Libsail.Jib *)
module Jib = Libsail__Jib

(** @canonical Libsail.Jib_compile *)
module Jib_compile = Libsail__Jib_compile

(** @canonical Libsail.Jib_optimize *)
module Jib_optimize = Libsail__Jib_optimize

(** @canonical Libsail.Jib_ssa *)
module Jib_ssa = Libsail__Jib_ssa

(** @canonical Libsail.Jib_util *)
module Jib_util = Libsail__Jib_util

(** @canonical Libsail.Jib_visitor *)
module Jib_visitor = Libsail__Jib_visitor

(** @canonical Libsail.Lexer *)
module Lexer = Libsail__Lexer

(** @canonical Libsail.Libsail_sites *)
module Libsail_sites = Libsail__Libsail_sites

(** @canonical Libsail.Lint *)
module Lint = Libsail__Lint

(** @canonical Libsail.Mappings *)
module Mappings = Libsail__Mappings

(** @canonical Libsail.Monad_params *)
module Monad_params = Libsail__Monad_params

(** @canonical Libsail.Monomorphise *)
module Monomorphise = Libsail__Monomorphise

(** @canonical Libsail.Name_generator *)
module Name_generator = Libsail__Name_generator

(** @canonical Libsail.Nl_flow *)
module Nl_flow = Libsail__Nl_flow

(** @canonical Libsail.Outcome_rewrites *)
module Outcome_rewrites = Libsail__Outcome_rewrites

(** @canonical Libsail.Parse_ast *)
module Parse_ast = Libsail__Parse_ast

(** @canonical Libsail.Parser *)
module Parser = Libsail__Parser

(** @canonical Libsail.Parser_combinators *)
module Parser_combinators = Libsail__Parser_combinators

(** @canonical Libsail.Pattern_completeness *)
module Pattern_completeness = Libsail__Pattern_completeness

(** @canonical Libsail.Pragma *)
module Pragma = Libsail__Pragma

(** @canonical Libsail.Preprocess *)
module Preprocess = Libsail__Preprocess

(** @canonical Libsail.Pretty_print_common *)
module Pretty_print_common = Libsail__Pretty_print_common

(** @canonical Libsail.Pretty_print_sail *)
module Pretty_print_sail = Libsail__Pretty_print_sail

(** @canonical Libsail.Profile *)
module Profile = Libsail__Profile

(** @canonical Libsail.Project *)
module Project = Libsail__Project

(** @canonical Libsail.Project_lexer *)
module Project_lexer = Libsail__Project_lexer

(** @canonical Libsail.Project_parser *)
module Project_parser = Libsail__Project_parser

(** @canonical Libsail.Property *)
module Property = Libsail__Property

(** @canonical Libsail.Reporting *)
module Reporting = Libsail__Reporting

(** @canonical Libsail.Rewriter *)
module Rewriter = Libsail__Rewriter

(** @canonical Libsail.Rewrites *)
module Rewrites = Libsail__Rewrites

(** @canonical Libsail.Sail2_instr_kinds *)
module Sail2_instr_kinds = Libsail__Sail2_instr_kinds

(** @canonical Libsail.Sail2_operators *)
module Sail2_operators = Libsail__Sail2_operators

(** @canonical Libsail.Sail2_operators_bitlists *)
module Sail2_operators_bitlists = Libsail__Sail2_operators_bitlists

(** @canonical Libsail.Sail2_prompt *)
module Sail2_prompt = Libsail__Sail2_prompt

(** @canonical Libsail.Sail2_prompt_monad *)
module Sail2_prompt_monad = Libsail__Sail2_prompt_monad

(** @canonical Libsail.Sail2_values *)
module Sail2_values = Libsail__Sail2_values

(** @canonical Libsail.Sail_file *)
module Sail_file = Libsail__Sail_file

(** @canonical Libsail.Sail_lib *)
module Sail_lib = Libsail__Sail_lib

(** @canonical Libsail.Scattered *)
module Scattered = Libsail__Scattered

(** @canonical Libsail.Smt_exp *)
module Smt_exp = Libsail__Smt_exp

(** @canonical Libsail.Smt_gen *)
module Smt_gen = Libsail__Smt_gen

(** @canonical Libsail.Spec_analysis *)
module Spec_analysis = Libsail__Spec_analysis

(** @canonical Libsail.Specialize *)
module Specialize = Libsail__Specialize

(** @canonical Libsail.Splice *)
module Splice = Libsail__Splice

(** @canonical Libsail.State *)
module State = Libsail__State

(** @canonical Libsail.Target *)
module Target = Libsail__Target

(** @canonical Libsail.Type_check *)
module Type_check = Libsail__Type_check

(** @canonical Libsail.Type_env *)
module Type_env = Libsail__Type_env

(** @canonical Libsail.Type_error *)
module Type_error = Libsail__Type_error

(** @canonical Libsail.Type_internal *)
module Type_internal = Libsail__Type_internal

(** @canonical Libsail.Util *)
module Util = Libsail__Util

(** @canonical Libsail.Value *)
module Value = Libsail__Value

(** @canonical Libsail.Value2 *)
module Value2 = Libsail__Value2

(** @canonical Libsail.Visitor *)
module Visitor = Libsail__Visitor
OCaml

Innovation. Community. Security.