Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hylang/hy
/ HyCompileError
Class
HyCompileError
hy/errors.py:143–144 ·
view source on GitHub ↗
Unexpected errors occurring within the compiler.
Source
from the content-addressed store, hash-verified
141
142
143
class
HyCompileError(HyInternalError):
144
""
"Unexpected errors occurring within the compiler."
""
145
146
147
class
HyTypeError(HyLanguageError, TypeError):
Callers
1
compile
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected