File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ defmodule Enum do
65
65
`{ key, value }` tuple.
66
66
"""
67
67
68
+ @ compile :inline_list_funcs
69
+
68
70
@ type t :: Enumerable . t
69
71
@ type element :: any
70
72
@ type index :: non_neg_integer
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ defmodule List do
10
10
first argument.
11
11
"""
12
12
13
+ @ compile :inline_list_funcs
14
+
13
15
@ doc """
14
16
Given a list of lists, concatenates the sublists into a single list.
15
17
Original file line number Diff line number Diff line change @@ -208,9 +208,9 @@ core_main() ->
208
208
[
209
209
" lib/elixir/lib/kernel.ex" ,
210
210
" lib/elixir/lib/keyword.ex" ,
211
+ " lib/elixir/lib/module.ex" ,
211
212
" lib/elixir/lib/list.ex" ,
212
213
" lib/elixir/lib/kernel/typespec.ex" ,
213
- " lib/elixir/lib/module.ex" ,
214
214
" lib/elixir/lib/record.ex" ,
215
215
" lib/elixir/lib/macro.ex" ,
216
216
" lib/elixir/lib/macro/env.ex" ,
You can’t perform that action at this time.
0 commit comments