yasnippet-snippets/snippets/haskell-mode/main

7 lines
130 B
Plaintext
Raw Permalink Normal View History

2011-07-07 14:32:44 +02:00
# -*- mode: snippet -*-
2015-01-13 18:08:53 +01:00
# name: main function
2011-07-07 14:32:44 +02:00
# key: main
2015-01-13 18:08:53 +01:00
# expand-env: ((yas-indent-line 'fixed))
2011-07-07 14:32:44 +02:00
# --
main :: IO ()
2011-07-07 14:32:44 +02:00
main = do $0