packages feed

typst-0.9: test/typ/compiler/closure-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Comment
, ParBreak
, Code
    "typ/compiler/closure-00.typ"
    ( line 4 , column 2 )
    (Let (BasicBind (Just (Identifier "x"))) (Literal (String "x")))
, ParBreak
, Comment
, SoftBreak
, Code
    "typ/compiler/closure-00.typ"
    ( line 7 , column 2 )
    (FuncExpr
       [ NormalParam (Identifier "x") ] (Ident (Identifier "y")))
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 parbreak(), 
                 parbreak(), 
                 text(body: [
]), 
                 parbreak() })