Skip to content

Commit

Permalink
Import snippets for haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseR committed Jul 21, 2011
1 parent ce7b2d2 commit 2118aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snippets/haskell.snippets
Expand Up @@ -3,3 +3,7 @@ snippet mainmod
snippet main
main :: IO ()
main = ${1}
snippet quim
import qualified ${1} as ${2}
snippet im
import ${1}

0 comments on commit 2118aa0

Please sign in to comment.