Ticket #524 (closed bug: Fixed)
Implicit Params broken
Description
The definition: x () = ?wibble gets assigned type: x :: __forall t => t -> () -> t; instead of x :: __forall t (?wibble :: t) => () -> t;
Change History
Note: See
TracTickets for help on using
tickets.
