Ticket #524 (closed bug: Fixed)

Opened 12 years ago

Last modified 43 years ago

Implicit Params broken

Reported by: lewie Owned by: nobody
Priority: high Milestone:
Component: Compiler Version: None
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The definition:

x () = ?wibble

gets assigned type:

x :: __forall t => t -> () -> t;

instead of

x :: __forall t (?wibble :: t) => () -> t;

Change History

Changed 12 years ago by lewie

  • status changed from assigned to closed
Note: See TracTickets for help on using tickets.