Versions in this module Expand all Collapse all v0 v0.1.1 Sep 22, 2025 v0.1.0 Sep 21, 2025 Changes in this version + type StaticError interface + Error func() string + Loc func() ast.LocationRange + WithContext func(string) StaticError + func MakeStaticError(msg string, lr ast.LocationRange) StaticError + func MakeStaticErrorMsg(msg string) StaticError