Skip to content

Remove redundant location strings in expectJust and friends (#25743)

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/expect-just into master

Now we can use HasDebugCallStack instead to avoid cluttering the code with strings and to avoid maintaining those strings (e.g. renaming them when functions are renamed...).

Merge request reports

Loading