mirror of
https://github.com/janet-lang/janet
synced 2026-06-04 19:52:15 +00:00
aa5c987a94
Comparison between different bracket and normal tuples will now take into account the delimiter type. This solves strange non-locality issues in the compiler due to this false equality, and is more consistent with Janet's otherwise strong equality philosophy.