Skip to content

Instantly share code, notes, and snippets.

View GallagherCommaJack's full-sized avatar

Jack Gallagher GallagherCommaJack

View GitHub Profile
au FileType haskell nmap <F5> :!runhaskell %<cr>
au FileType haskell nmap <F6> :!ghci %<cr>
au FileType haskell nmap <F7> :!ghc --make %<cr>