blob: 3d437274c9aa6bf93bc5858e7739af02fcb6be29 (
plain) (
tree)
|
|
-- | This module is in a .hsc file, this way we test that improt directories
-- are passed correctly to the doctest executable.
module Quux (quux) where
-- |
-- >>> quux
-- 68
quux :: Int
quux = 68
|