We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--solve_constraints
1 parent a912cef commit 66bd8b5Copy full SHA for 66bd8b5
src/gradualizer_cli.erl
@@ -100,7 +100,7 @@ print_usage() ->
100
io:format(" --no_fancy - Don't use fancy error messages.~n"),
101
io:format(" --union_size_limit - Performance hack: Unions larger than this value~n"),
102
io:format(" are replaced by any() in normalization (default: 30)~n"),
103
- io:format(" --solve_constraints - Use the experimental constraint solver (off by default)~n").
+ io:format(" --solve_constraints - Type check polymorphic calls (off by default)~n").
104
105
-spec parse_opts([string()], gradualizer:options()) -> {[string()], gradualizer:options()}.
106
parse_opts([], Opts) ->
0 commit comments