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.
2 parents cae13e6 + 30b78d2 commit f39b9d2Copy full SHA for f39b9d2
src/faketypes.jl
@@ -39,6 +39,8 @@ function FakeTypeName(@nospecialize(x); justname=false)
39
FakeTypeVar(x)
40
elseif x isa Core.TypeofBottom
41
FakeTypeofBottom()
42
+ elseif x isa Module
43
+ VarRef(x)
44
else
45
error((x, typeof(x)))
46
end
0 commit comments