vault backup: 2023-09-14 16:35:15

This commit is contained in:
2023-09-14 16:35:15 +02:00
parent ebb412aef9
commit da7d2b705a
3 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,6 @@
<center><img src="https://gitea.louisgallet.fr/lgallet/epicours/raw/branch/main/Algo/S%C3%A9minaire/assets/functions-meme.jpg " width=auto height=400 /> </center>
## 2.1. One parameter function
```Ocaml
# let successor x=x+1;;

View File

@ -1,4 +1,6 @@
<center><img src="https://gitea.louisgallet.fr/lgallet/epicours/raw/branch/main/Algo/S%C3%A9minaire/assets/unitaire-meme.png " width=auto height=400 /> </center>
## 0.1. Print
If we want to print something in CAML, we have to use this structure