packages feed

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

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