Skip to content

JS: avoid head/tail and unpackFS

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/js-head-tail into master

Related to !9290 (closed): avoid the use of head and tail in one easy case where we can avoid it.

Also avoid the use of unpackFS if we can and use Ppr.ftext instead of Ppr.text.

Merge request reports