Skip to content

Commit

Permalink
io_lib:char_list predicate
Browse files Browse the repository at this point in the history
Summary: - supporting narrowing `case io_lib:char_list(T) of`

Reviewed By: michalmuskala

Differential Revision: D66964528

fbshipit-source-id: 5465948ec1b221f811aca6d753bf57860f210779
  • Loading branch information
ilya-klyuchnikov authored and facebook-github-bot committed Dec 10, 2024
1 parent b809865 commit a3f6043
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2345,14 +2345,4 @@ See https://fb.me/eqwalizer_errors#incompatible_types

key `a` is declared as required in the latter but not in the former

error: incompatible_types
┌─ check/src/custom.erl:2628:17
2628 │ true -> T;
│ ^ T.
Expression has type: term()
Context expected type: string()

See https://fb.me/eqwalizer_errors#incompatible_types

164 ERRORS
163 ERRORS

0 comments on commit a3f6043

Please sign in to comment.