Closed augustss closed 4 years ago
Try
prettyText $ let one = Int 1 "1" () in Tuple [one, Tuple [one] ()] ()
It evaluates to
"1, 1,"
which is nonsensical.
Closing as per: Closing as per: https://github.com/bjpop/language-python/issues/59
Try
It evaluates to
which is nonsensical.