Closed Doublonmousse closed 9 months ago
typst-hs is parsing the final equation as
[ Code
"stdin"
( line 4 , column 3 )
(Binding (BasicBind (Just (Identifier "a"))))
, Text "="
, Code "stdin" ( line 4 , column 8 ) (Ident (Identifier "b"))
]
rather than (as I'd expect)
[ Code "stdin" ( line 4 , column 2 ) (Ident (Identifier "a"))
, Text "="
, Code "stdin" ( line 4 , column 8 ) (Ident (Identifier "b"))
]
Converting
works but
results in an error
Another much more contrived example to reproduce the issue can be found at https://github.com/Doublonmousse/pandoc-typst-reproducer/tree/main/binding_ooc