vault backup: 2023-09-27 11:25:56

This commit is contained in:
Louis Gallet 2023-09-27 11:25:56 +02:00
parent 3ffc88bace
commit a5cfc9d309
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -14,3 +14,9 @@
- A234
## Abstract Algebraic Data Types
### Signature and hierarchy
- a signature is composed by
- a type (integer, stack, queue, graph)
- an operations (name: profile)
- Exemple: ``insert: list x integer x element -> list``
-