Recursive structure | Pattern functor (unary type constructor) |
---|---|
Fix[ListF] |
ListF |
Free[ListF, Hole] |
CoEnv[Hole, ListF, ?] |
Cofree[ListF, Int] |
EnvT[Int, ListF, ?] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN CERTIFICATE----- | |
MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG | |
A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv | |
b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw | |
MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i | |
YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT | |
aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ | |
jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp | |
xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp | |
1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ stack install hsass | |
Run from outside a project, using implicit global project config | |
Using resolver: lts-3.14 from implicit global project's config file: /Users/juanpablosantos/.stack/global/stack.yaml | |
data-default-class-0.0.1: using precompiled package | |
monad-loops-0.4.3: configure | |
hlibsass-0.1.4.0: download | |
monad-loops-0.4.3: build | |
hlibsass-0.1.4.0: configure | |
monad-loops-0.4.3: copy/register | |
hlibsass-0.1.4.0: build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin('~/.nvim/plugged') | |
Plug 'Lokaltog/vim-easymotion' | |
Plug 'bling/vim-airline' | |
Plug 'junegunn/vim-easy-align' | |
Plug 'kien/ctrlp.vim' | |
Plug 'ntpeters/vim-better-whitespace' | |
Plug 'tmhedberg/matchit' | |
Plug 'tpope/vim-sensible' | |
Plug 'tpope/vim-fugitive' |