You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following expressions are parsed without errors:
> [(1] -- evaluates to [1]
> [(1, 1] -- evaluates to [(1, 1)]
> ([) -- evaluates to []
> (1, [ -- only works at the end of the file, evaluates to (1, [])
Environment:
unison version: trunk-build (built on 2024-12-02)
OS: Arch Linux
Additional context
This issue might be related to #469 and deff4b2.
The text was updated successfully, but these errors were encountered:
The following expressions are parsed without errors:
Environment:
Additional context
This issue might be related to #469 and deff4b2.
The text was updated successfully, but these errors were encountered: