# -*- mode: snippet -*- # key: main # name: main module # condition: (= (length "main") (current-column)) # expand-env: ((yas-indent-line 'fixed)) # contributor: Luke Hoersten # -- module Main where main :: IO () main = do ${1:undefined}$0 return ()