forked from mmcs-sfedu/mmcs_sfedu_thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiblio.bib
63 lines (56 loc) · 1.75 KB
/
biblio.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@ONLINE{GHClib,
title = {GHC/As a library},
language = {english},
hyphenation = {english},
url = {https://wiki.haskell.org/GHC/As_a_library},
urldate = {2016-06-18},
}
@ONLINE{wikiGHC,
title = {Wikipedia. The Free Encyclopedia. Glasgow Haskell Compiler},
language = {english},
hyphenation = {english},
url = {https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler},
urldate = {2016-06-18},
}
@ONLINE{apidoc,
title = {ghc-8.0.1: The GHC API},
language = {english},
hyphenation = {english},
url = {http://downloads.haskell.org/~ghc/latest/docs/html/libraries/ghc-8.0.1/index.html},
urldate = {2016-06-18},
}
@ONLINE{AMP,
title = {Functor-Applicative-Monad Proposal},
language = {english},
hyphenation = {english},
url = {https://wiki.haskell.org/Functor-Applicative-Monad_Proposal},
urldate = {2016-06-18},
}
@ONLINE{migrat,
title = {GHC 7.10.x Migration Guide},
language = {english},
hyphenation = {english},
url = {https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10},
urldate = {2016-06-22},
}
@ONLINE{orphinst,
title = {Haskell Wiki. Orphan instance},
language = {english},
hyphenation = {english},
url = {https://wiki.haskell.org/Orphan_instance},
urldate = {2016-06-22},
}
@ONLINE{release,
title = {Release notes for version 7.10.1},
language = {english},
hyphenation = {english},
url = {https://downloads.haskell.org/~ghc/7.10.1/docs/html/users_guide/release-7-10-1.html},
urldate = {2016-06-26},
}
@ONLINE{github,
title = {Репозиторий с исходными кодами},
language = {english},
hyphenation = {english},
url = {https://github.com/Valoisa/Generate-ancestor-instances},
urldate = {2016-06-22},
}