-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
@package test
@version 0.0.0
module Bug946
-- | A wrapper around Int
data AnInt
-- | some Int
AnInt :: Int -> AnInt
-- | The Int 0
pattern Zero :: AnInt
-- | The double 2.5
pattern TwoPointFive :: Double