diff options
author | David Waern <david.waern@gmail.com> | 2008-07-29 19:45:14 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-07-29 19:45:14 +0000 |
commit | 8c73879959cfb611cf70d2a9497115b675356200 (patch) | |
tree | 1dfb4e7a67b82b267cd13846932ffef8800ea043 /src/Haddock/Backends | |
parent | 5770b12145f149b1add9173ea0c30d214f6a14d2 (diff) |
Move unL from H.B.Hoogle to H.GHC.Utils
I like Neil's shorter unL better than unLoc from the GHC API.
Diffstat (limited to 'src/Haddock/Backends')
-rw-r--r-- | src/Haddock/Backends/Hoogle.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Hoogle.hs b/src/Haddock/Backends/Hoogle.hs index 578f179d..2e10ab9e 100644 --- a/src/Haddock/Backends/Hoogle.hs +++ b/src/Haddock/Backends/Hoogle.hs @@ -60,7 +60,6 @@ ppModule iface = "" : doc (ifaceDoc iface) ++ --------------------------------------------------------------------- -- Utility functions -unL (L _ x) = x reL = L undefined |