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
'length' imports 'list' which declares 'map'
'list2' declares 'map'
'import-hidden' imports 'length' and 'list2' but not 'list'.
The resulting global environment has 2 'map' but only one is in
scope so everything works out just fine!
'length' imports 'list' which declares 'map'
'list2' declares 'map'
'import-hidden' imports 'length' and 'list2' but not 'list'.
The resulting global environment has 2 'map' but only one is in
scope so everything works out just fine!
Import of
f
& implicit import off
(via transitive dependency) should not raise an "AmbiguousName" error when usingf
.Diamond imports (A -> B, A -> C, B -> D, C -> D) with conflicting definitions
but not used in the main (=> should work just fine)
Diamond imports & use conflicting definition (=> should raise "AmbiguousName")
Imports in a mary page
The text was updated successfully, but these errors were encountered: