Skip to content

Commit 3ee298e

Browse files
committed
Kompile uses new type inference algorithm
1 parent 4c3b5aa commit 3ee298e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kmir/kbuild.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@ main-file = "mir.md"
99
main-module = "MIR"
1010
syntax-module = "MIR-SYNTAX"
1111
gen-glr-bison-parser = "true"
12+
type-inference-mode = "simplesub"
1213

1314
[targets.llvmc]
1415
backend = "llvm"
1516
main-file = "mir.md"
1617
main-module = "MIR"
1718
syntax-module = "MIR-SYNTAX"
1819
llvm-kompile-type = "c"
20+
type-inference-mode = "simplesub"
1921

2022
[targets.haskell]
2123
backend = "haskell"
2224
main-file = "mir.md"
2325
main-module = "MIR-SYMBOLIC"
2426
syntax-module = "MIR-SYNTAX"
27+
type-inference-mode = "simplesub"

0 commit comments

Comments
 (0)