Skip to content

Commit

Permalink
Main module and main snippets for haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseR committed Jul 21, 2011
1 parent f5a75d0 commit ce7b2d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snippets/haskell.snippets
@@ -0,0 +1,5 @@
snippet mainmod
module Main where
snippet main
main :: IO ()
main = ${1}

0 comments on commit ce7b2d2

Please sign in to comment.