Skip to content
Snippets Groups Projects
Commit 90c0b29e authored by sof's avatar sof
Browse files

[project @ 1999-04-27 17:33:49 by sof]

Renamer changes:

 - for a toplevel type signature

	f :: ty

   the name 'f' refers to a local definition of 'f' - i.e., don't
   report 'f' as clashing with any imported 'f's.

 - tidied up the handling of fixity declarations - misplaced fixity
   declarations inside class decls, e.g.,

      class F a where
       infix 9 `f`
       g :: a -> Int

   are now caught and reported as errors. Robustified the renaming
   of class decls.
parent e7b901de
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment