Pretty printing of Absyn in error message does not respect fixity #141
Labels
bug
Something isn't working
compiler
problem with compiler
fixed-in-2022.1
issue is fixed in the 2022.1 release
gforge
bug (or feature request) ported from smlnj-gforge repository
Version
110.82
Operating System
OS Version
No response
Processor
Any
Component
Core system
Severity
Cosmetic
Description of the problem
The error message prints '::' as a prefix operator, instead of as an infix operator. This behavior is a regression, since previous versions got it right (see tests/bugs/outputs/bug0027.out for example).
Transcript
Expected Behavior
No response
Steps to Reproduce
fun f [] = 0
| f (x::xs) y = 1;
Additional Information
No response
Email address
No response
Comments from smlnj-gforge
Original smlnj-gforge bug number 204
Submitted on 2018-37-19 at 14:3700
Keywords: Pretty printing
The text was updated successfully, but these errors were encountered: