Skip to content

Use the right type in :force

Simon Peyton Jones requested to merge wip/T17431 into master

Use the right type in :force

A missing prime meant that we were considering the wrong type in the GHCi debugger, when doing :force on multiple arguments (issue #17431 (closed)).

The fix is trivial.

Edited by Ömer Sinan Ağacan

Merge request reports