Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export 'Showing' from Hoopl.Show #13

Merged
merged 1 commit into from
Aug 8, 2015
Merged

Export 'Showing' from Hoopl.Show #13

merged 1 commit into from
Aug 8, 2015

Commits on Aug 8, 2015

  1. Export 'Showing' from Hoopl.Show

    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:
    thomie committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    8cae627 View commit details
    Browse the repository at this point in the history