vault backup: 2023-10-04 12:50:17

This commit is contained in:
Louis Gallet 2023-10-04 12:50:17 +02:00
parent f7e4ce0d46
commit 5137446557
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -55,3 +55,9 @@ Axioms
```
Here, `nth`is a partial operation and `isinit` is a auxiliary operation
## Important things to create a abstract type
- What we want to create
- Add all necessary operations
- Preconditions
- Axios
-