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
You can either paste this in scratch or you can edit foldlWithPos and then add the use clauses beneath what the pretty printer dumps to the scratch:
```unisonFingerTree.foldlWithPos : (b ->{g2} v ->{g1} a ->{g} b) -> b -> FingerTree v a -> bFingerTree.foldlWithPos = todo ""use FingerTreeuse Digit```
output is
```ummI got confused here: 3 | FingerTree.foldlWithPos : (b ->{g2} v ->{g1} a ->{g} b) -> b -> FingerTree v a -> b I was surprised to find a ':' here. I was expecting one of these instead: * ability * bang * binding * do * false * force * [snip]```
If you remove the use clauses from the bottom, scratch parses. If you move them to the top, scratch parses.
Environment (please complete the following information):
ucm --version 0.5.23
OS/Architecture: macOS 15.0.1, silicon
The text was updated successfully, but these errors were encountered:
Describe and demonstrate the bug
branch here: https://share.unison-lang.org/@kylegoetz/finger-tree-bloated/code/@kylegoetz/parse-bug
You can either paste this in scratch or you can
edit foldlWithPos
and then add the use clauses beneath what the pretty printer dumps to the scratch:output is
If you remove the
use
clauses from the bottom, scratch parses. If you move them to the top, scratch parses.Environment (please complete the following information):
ucm --version
0.5.23The text was updated successfully, but these errors were encountered: