nvim/template/hs

18 lines
254 B
Haskell

-- |
-- Module :
-- Copyright : Jan Hamal Dvořák
-- License : MIT
--
-- Maintainer : mordae@anilinux.org
-- Stability : unstable
-- Portability : non-portable (ghc)
--
module X
(
)
where
-- vim:set ft=haskell sw=2 ts=2 et: