nvim/template/hs

19 lines
217 B
Text
Raw Normal View History

2024-05-23 08:33:22 +02:00
-- |
-- Module :
-- Copyright :
2024-05-23 08:33:22 +02:00
-- License : MIT
--
-- Maintainer :
2024-05-23 08:33:22 +02:00
-- Stability : unstable
-- Portability : non-portable (ghc)
--
module X
(
)
where
-- vim:set ft=haskell sw=2 ts=2 et: