blob: 85bdf3f8ad7b5a4ebc1e39ae8095d84a097a5ce5 (
plain) (
blame)
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
|
---
layout: default
---
<header>
<h1>
<a href="https://apropos.codes">apropos</a>
</h1>
<div>
<nav>
<b><a href="/mathematics">mathematics</a></b>
<a href="/linguistics">linguistics</a>
<a href="/computation">computation</a>
<a href="/ctf">ctf</a>
</nav>
<nav>
<b><a href="/mathematics/foundations">foundations</a></b>
<a href="/mathematics/algebra">algebra</a>
<a href="/mathematics/analysis">analysis</a>
</nav>
<nav>
<a href="/mathematics/logic">logic</a>
<a href="/mathematics/proof">proof</a>
<a href="/mathematics/types">types</a>
<a href="/mathematics/category-theory">category theory</a>
</nav>
</div>
</header>
<main>
{{ content }}
</main>
|