vault backup: 2023-09-27 11:29:32

This commit is contained in:
2023-09-27 11:29:32 +02:00
parent a5cfc9d309
commit ac4d2c04c9

View File

@ -18,5 +18,8 @@
- a signature is composed by
- a type (integer, stack, queue, graph)
- an operations (name: profile)
- Exemple: ``insert: list x integer x element -> list``
- Exemple:
- ``insert: list x integer x element -> list``
- ``insert(l, i, e)``
- return a result of type `list`
-