[cvs-nhc98] In fixity resolution for the tracing transformation, treat
Malcolm Wallace
malcolm@sparud.net
Tue, 8 Jan 2002 14:53:31 +0100 (CET)
malcolm: Tue Jan 8 14:53:31 CET 2002
Update of /usr/src/master/nhc/include
In directory hinken:/tmp/cvs-serv2689/include
Modified Files:
Prelude.hx
Log Message:
In fixity resolution for the tracing transformation, treat (-1)
specially by converting it to (negate 1), rather than relying on
the nhc-specific `prefix' mechanism. This also means that the
fixity of (-) can be stored correctly in the .hx file as infixl 6,
rather than prefix.