blob: 3d437274c9aa6bf93bc5858e7739af02fcb6be29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
-- | 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
|