Ticket #4518: 4518.hs

File 4518.hs, 96 bytes (added by mnislaih, 3 years ago)

Fails to compile with an ambiguous occurrence

Line 
1{-# LANGUAGE NoImplicitPrelude #-}
2{-# LANGUAGE RebindableSyntax #-}
3
4fmap x = x
5test = fmap ()