forked from mit-plv/koika
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Extraction.v
47 lines (45 loc) · 1.8 KB
/
Extraction.v
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
(*! Interop | Extraction to OCaml (compiler and utilities) !*)
Require Import Koika.ExtractionSetup.
Require Koika.Common
Koika.Environments
Koika.TypedSyntax
Koika.TypeInference
Koika.TypedSyntaxFunctions
Koika.CircuitGeneration
Koika.Compiler
Koika.Interop.
(* Unset Extraction SafeImplicits. *)
Extraction "extr.ml"
EqDec.EqDec
FiniteType.FiniteType Member.mem Member.mmap
PeanoNat.Nat.log2_up
IndexUtils.List_nth
Environments.ContextEnv Environments.to_list
Vect.vect_to_list Vect.vect_of_list Vect.Bits.to_nat Vect.index_to_nat Vect.vect_zip
Syntax.scheduler
Desugaring.desugar_action
TypeInference.tc_rule
TypedSyntaxFunctions.unannot
TypedSyntaxFunctions.scheduler_rules
TypedSyntaxFunctions.action_mentions_var
TypedSyntaxFunctions.member_mentions_shadowed_binding
TypedSyntaxFunctions.returns_zero
TypedSyntaxFunctions.is_pure
TypedSyntaxFunctions.is_tt
TypedSyntaxFunctions.action_type
TypedSyntaxFunctions.interp_arithmetic
TypedSyntaxFunctions.find_read1s_after_write1s
TypedSyntaxFunctions.classify_registers
TypedSyntaxFunctions.compute_register_histories
TypedSyntaxFunctions.may_fail_without_revert
TypedSyntaxFunctions.rule_max_log_size
CircuitOptimization.lco_all_iterated
Compiler.compile_scheduler
Interop.koika_package_t
Interop.circuit_package_t
Interop.sim_package_t
Interop.verilog_package_t
Interop.interop_package_t
Interop.struct_of_list
Interop.struct_to_list
Interop.compile_koika_package.