packages feed

typst-0.9: test/typ/compiler/recursion-03.out

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/recursion-03.typ"
    ( line 2 , column 2 )
    (Let (BasicBind (Just (Identifier "f"))) (Literal (Int 10)))
, SoftBreak
, Code
    "typ/compiler/recursion-03.typ"
    ( line 3 , column 2 )
    (Let
       (BasicBind (Just (Identifier "f")))
       (FuncExpr [] (Ident (Identifier "f"))))
, SoftBreak
, Code
    "typ/compiler/recursion-03.typ"
    ( line 4 , column 2 )
    (FuncCall
       (Ident (Identifier "test"))
       [ NormalArg
           (FuncCall
              (Ident (Identifier "type"))
              [ NormalArg (FuncCall (Ident (Identifier "f")) []) ])
       , NormalArg (Literal (String "integer"))
       ])
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 text(body: [
]), 
                 text(body: [
]), 
                 text(body: [✅]), 
                 parbreak() })