front matter yml
This commit is contained in:
parent
e71aa3e060
commit
0696c713f7
1 changed files with 11 additions and 8 deletions
|
@ -1,11 +1,14 @@
|
|||
+++
|
||||
title = "Equivalences"
|
||||
slug = "equivalences"
|
||||
date = 2023-05-06
|
||||
tags = ["type-theory", "agda", "hott"]
|
||||
math = true
|
||||
draft = true
|
||||
+++
|
||||
---
|
||||
title: "Equivalences"
|
||||
slug: "equivalences"
|
||||
date: 2023-05-06
|
||||
tags:
|
||||
- type-theory
|
||||
- agda
|
||||
- hott
|
||||
math: true
|
||||
draft: true
|
||||
---
|
||||
|
||||
<details>
|
||||
<summary>Imports</summary>
|
||||
|
|
Loading…
Reference in a new issue