haskell-te: 5901e6258aadd170df515dea89f904a9f9de0110

     1: From: Chris Warburton
     2: Date: Wed, 01 Nov 2017 03:00:41 +0000
     3: State: resolved
     4: Subject: Avoid ambiguity when annotating
     5: Message-Id: <87535917df9449c6-0-artemis@nixos>
     6: resolution: fixed
     7: 
     8: Tried to annotate DList and getting errors like this from GHCi (invoked
     9: by runTypesScript):
    10: 
    11: <interactive>:335:104:
    12: Ambiguous occurrence `head'
    13: It could refer to either `Data.DList.head',
    14: imported from `Data.DList'
    15: or `Prelude.head',
    16: imported from `Prelude' (and originally defined in `GHC.List')
    17: 
    18: This is bad, we should be qualifying everything to prevent this!

Generated by git2html.