Skip to content

Commit d7ff3c4

Browse files
committed
Add docs
1 parent 9167f26 commit d7ff3c4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/elixir/scripts/infer.exs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# We disable type inference across modules by setting
2+
# infer_signatures to [] when compiling Elixir for
3+
# deterministic reasons. Now we do one additional pass
4+
# using the locally inferred types to infer all types
5+
# for stdlib itself.
16
parent = self()
27
{:ok, checker} = Module.ParallelChecker.start_link()
38

0 commit comments

Comments
 (0)