Skip to content

Latest commit

 

History

History
43 lines (40 loc) · 687 Bytes

File metadata and controls

43 lines (40 loc) · 687 Bytes

META

description=External declaration lookup expression
type=expr

SOURCE

Json.utf8

EXPECTED

UNDEFINED VARIABLE - external_lookup_expr.md:1:1:1:10

PROBLEMS

UNDEFINED VARIABLE Nothing is named utf8 in this scope. Is there an import or exposing missing up-top?

external_lookup_expr.md:1:1:1:10:

Json.utf8

^^^^^^^^^

TOKENS

UpperIdent(1:1-1:5),NoSpaceDotLowerIdent(1:5-1:10),EndOfFile(1:10-1:10),

PARSE

(e-ident @1.1-1.10 (raw "Json.utf8"))

FORMATTED

NO CHANGE

CANONICALIZE

(e-runtime-error (tag "ident_not_in_scope"))

TYPES

(expr @1.1-1.10 (type "Error"))