18 lines
217 B
Haskell
18 lines
217 B
Haskell
-- |
|
|
-- Module :
|
|
-- Copyright :
|
|
-- License : MIT
|
|
--
|
|
-- Maintainer :
|
|
-- Stability : unstable
|
|
-- Portability : non-portable (ghc)
|
|
--
|
|
|
|
module X
|
|
(
|
|
)
|
|
where
|
|
|
|
|
|
|
|
-- vim:set ft=haskell sw=2 ts=2 et:
|