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:
Edward Z. Yang <ezyang@cs.stanford.edu>
Loading
Please register or sign in to comment