[haddock] #100: Haddock dies with Maybe.fromJust: Nothing when using template haskell
haddock
haddock at projects.haskell.org
Wed Apr 8 23:13:29 EDT 2009
#100: Haddock dies with Maybe.fromJust: Nothing when using template haskell
-------------------+--------------------------------------------------------
Reporter: topi | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.4.2
Version: 2.4.1 | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment (by topi):
The problem persists even with:
A.hs
{{{
{-# LANGUAGE TemplateHaskell #-}
module A where
import Language.Haskell.TH
f :: String -> Q [Dec]
f _ = return []
}}}
In case haddock is capable of executing template haskell code.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/100#comment:2>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list