[Haddock] [haddock] #263: --hoogle drops module qualifier in instances

haddock haddock at projects.haskell.org
Sat Sep 21 08:35:13 BST 2013


#263: --hoogle drops module qualifier in instances
-------------------+--------------------------------------------------------
Reporter:  hvr     |       Owner:        
    Type:  defect  |      Status:  new   
Priority:  major   |   Milestone:        
 Version:  2.13.1  |    Keywords:  hoogle
-------------------+--------------------------------------------------------
 For instance, `base` defines the following two instances:

 {{{#!hs
 instance Applicative (ST s) where
     pure = return
     (<*>) = ap

 instance Applicative (Lazy.ST s) where
     pure = return
     (<*>) = ap
 }}}

 However, in `--hoogle`'s output the `Lazy.` qualifier is dropped,
 resulting in

 {{{#!hs
 instance Applicative (ST s)
 instance Applicative (ST s)
 }}}

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/263>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list