This is a summary of the "Learn You A Haskell" online book under http://learnyouahaskell.com/chapters.
- Haskell is a functional programming language.
| :set | |
| --- Options --- | |
| autoindent helplang=en laststatus=2 report=0 smartcase ttymouse=xterm | |
| background=dark hidden lazyredraw ruler smarttab updatetime=300 | |
| cindent history=50 list scroll=41 softtabstop=4 wildmenu | |
| confirm hlsearch modified scrolloff=10 syntax=nginx t_Co=256 | |
| expandtab ignorecase mouse=a shiftwidth=4 tabstop=4 | |
| filetype=nginx incsearch pastetoggle=<F11> showmatch ttyfast | |
| backspace=indent,eol,start | |
| fileencoding=utf-8 |
This is a summary of the "Learn You A Haskell" online book under http://learnyouahaskell.com/chapters.
| """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " /etc/vim/vimrc.local V1.1.12 2019-07-30 https://gist.github.com/mikehaertl/1612035 | |
| """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " | |
| " A Vundle based Vim configuration with globally shared plugins on Ubuntu. | |
| " | |
| " This is a Vundle based Vim setup that keeps all plugins in a global | |
| " directory, namely /etc/vim/bundle. It's trimmed towards PHP development | |
| " with Yii. | |
| " |