packages feed

typst-0.9: test/typ/math/frac-03.out

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ Code
        "typ/math/frac-03.typ"
        ( line 2 , column 3 )
        (FuncCall
           (Ident (Identifier "binom"))
           [ BlockArg
               [ Code
                   "typ/math/frac-03.typ"
                   ( line 2 , column 9 )
                   (Ident (Identifier "circle"))
               ]
           , BlockArg
               [ Code
                   "typ/math/frac-03.typ"
                   ( line 2 , column 17 )
                   (Ident (Identifier "square"))
               ]
           ])
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: math.binom(lower: text(body: [□]), 
                                                upper: text(body: [○])), 
                               numbering: none), 
                 parbreak() })