description=Example to develop the snapshot methodology, includes FORMATTED section
type=snippetfoo =
"one"NIL
NIL
LowerIdent,OpAssign,
StringStart,StringPart,StringEnd,
EndOfFile,(file
(type-module)
(statements
(s-decl
(p-ident (raw "foo"))
(e-string
(e-string-part (raw "one"))))))foo =
"one"(can-ir
(d-let
(p-assign (ident "foo"))
(e-string
(e-literal (string "one")))))(inferred-types
(defs
(patt (type "Str")))
(expressions
(expr (type "Str"))))