-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.xml
More file actions
94 lines (94 loc) · 3.43 KB
/
sitemap.xml
File metadata and controls
94 lines (94 loc) · 3.43 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://firecodelab.com/</loc>
</url>
<url>
<loc>https://firecodelab.com/about/</loc>
</url>
<url>
<loc>https://firecodelab.com/blog/</loc>
</url>
<url>
<loc>https://firecodelab.com/blog/images/</loc>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-1-introducing-cubiml/</loc>
<lastmod>2021-04-01</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-10-let-polymorphism/</loc>
<lastmod>2021-04-10</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-11-the-value-restriction/</loc>
<lastmod>2021-04-11</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-12-flow-typing-and-mixed-comparison-operators/</loc>
<lastmod>2021-04-12</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-13-conditional-flow-types-and-type-level-computation/</loc>
<lastmod>2021-04-13</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-14-type-annotation/</loc>
<lastmod>2021-04-14</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-15-type-annotations/</loc>
<lastmod>2021-04-15</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-2-parsing-and-biunification/</loc>
<lastmod>2021-04-02</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-3-the-typechecker-frontend/</loc>
<lastmod>2021-04-03</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-4-the-typechecker-core/</loc>
<lastmod>2021-04-04</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-5-incremental-reachability/</loc>
<lastmod>2021-04-05</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-6-numeric-types-and-operators/</loc>
<lastmod>2021-04-06</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-7-spanned-error-messages/</loc>
<lastmod>2021-04-07</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-8-mutability/</loc>
<lastmod>2021-04-08</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/subtype-inference-by-example-part-9-nonexhaustive-matching-record-extensions-and-row-polymorphism/</loc>
<lastmod>2021-04-09</lastmod>
</url>
<url>
<loc>https://firecodelab.com/blog/translate-top-down-operator-precedence-parsing/</loc>
<lastmod>2021-03-31</lastmod>
</url>
<url>
<loc>https://firecodelab.com/tags/</loc>
</url>
<url>
<loc>https://firecodelab.com/tags/compiler/</loc>
</url>
<url>
<loc>https://firecodelab.com/tags/tdop/</loc>
</url>
<url>
<loc>https://firecodelab.com/tags/translate/</loc>
</url>
<url>
<loc>https://firecodelab.com/tags/type-inference/</loc>
</url>
</urlset>