Skip to content

Commit cdd6990

Browse files
committed
TODO
1 parent e2b3119 commit cdd6990

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/elixir/lib/module/types/pattern.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ defmodule Module.Types.Pattern do
828828
# additional information about the number of variables in
829829
# arguments and list heads, and a counter used to compute
830830
# the number of list heads.
831+
# TODO: Consider moving pattern_info into context.vars.
831832
defp init_pattern_info(context) do
832833
%{context | pattern_info: {%{}, %{}, %{}}}
833834
end

0 commit comments

Comments
 (0)