Skip to content
  • Thomas Miedema's avatar
    Export 'Showing' from Hoopl.Show · 8cae627d
    Thomas Miedema authored
    GHC Trac user nimnul reports in
    https://ghc.haskell.org/trac/ghc/ticket/10540:
    
      Hoopl exports
    
        showGraph :: Showing n -> Graph n e x -> String
    
      But it doesn't export Showing. This doesn't make sense, as it's a
      user-supplied function. So to know what I should pass to showGraph I can only
      look at the source. :i Showing doesn't work.
    
      Below is a patch to export the innocent type synonym:
    8cae627d