You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ TODO.
6
6
7
7
* Type checking and inference of patterns
8
8
9
-
*[Support for tuples and lists as composite types](https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/).
9
+
*[Support for tuples and lists as composite types](https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/) as well as type checking of its basic operations from Kernel
10
10
11
-
* Type checking of `elem/2`, `hd/1`, and `tl/1` in `Kernel`
11
+
* Type checking of all built-in conversion functions, such as `List.to_integer/1` and `Atom.to_string/1`
12
12
13
13
* Type checking of all functions in the `Tuple` module
0 commit comments