packages feed

typst-0.9: test/typ/math/syntax-00.out

--- parse tree ---
[ Comment
, SoftBreak
, Equation
    True
    [ MAttach
        (Just (MGroup Nothing Nothing [ Text "i" , Text "=" , Text "0" ]))
        (Just (Text "\8469"))
        (Text "\8721")
    , Text "a"
    , Text "\8728"
    , Text "b"
    , Text "="
    , MAttach
        (Just (MGroup Nothing Nothing [ Text "i" , Text "=" , Text "0" ]))
        (Just
           (Code
              "typ/math/syntax-00.typ"
              ( line 2 , column 36 )
              (Ident (Identifier "NN"))))
        (Text "\8721")
    , Text "a"
    , Code
        "typ/math/syntax-00.typ"
        ( line 2 , column 41 )
        (Ident (Identifier "compose"))
    , Text "b"
    ]
, ParBreak
]
--- evaluated ---
document(body: { text(body: [
]), 
                 math.equation(block: true, 
                               body: { math.attach(b: { text(body: [i]), 
                                                        text(body: [=]), 
                                                        text(body: [0]) }, 
                                                   base: text(body: [∑]), 
                                                   t: text(body: [ℕ])), 
                                       text(body: [a]), 
                                       text(body: [∘]), 
                                       text(body: [b]), 
                                       text(body: [=]), 
                                       math.attach(b: { text(body: [i]), 
                                                        text(body: [=]), 
                                                        text(body: [0]) }, 
                                                   base: text(body: [∑]), 
                                                   t: text(body: [ℕ])), 
                                       text(body: [a]), 
                                       text(body: [∘]), 
                                       text(body: [b]) }, 
                               numbering: none), 
                 parbreak() })