Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Allow DWIM RHS of infix HYPER to be lazy
If the right hand side of an infix hyper like >>+>> is DWIM (the pointy end points outwards), it may actually be lazy (even infinite) because we shorten it to the length of the left hand side anyway. Fixes (0,0,0,0,0,0) >>+>> (Slip(1,2) xx *)
- Loading branch information