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.
1 parent f9dedf6 commit ce99828Copy full SHA for ce99828
compiler/ml/printtyp.ml
@@ -1391,6 +1391,8 @@ let explanation unif t3 t4 ppf =
1391
These polymorphic variants are incompatible - they share no common \
1392
constructors."
1393
| [], true, (_ :: _ as fields), _ ->
1394
+ (* TODO(ai) Future opportunity to provide a way for an LLM to lookup the
1395
+ full polyvariant type definitions if wanted.*)
1396
let constructors_txt =
1397
if List.length fields = 1 then "constructor" else "constructors"
1398
in
0 commit comments