Skip to content
Snippets Groups Projects
Commit effb4ea6 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

GHC 8.1 compatibility fixes.


It seems that GHC HEAD is now unable to infer the correct
type for "f . g" when g has a higher-rank type.  So eta-expand
all such occurrences to keep the build working.

Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
parent aac2b352
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment