Skip to content

Commit

Permalink
RM
Browse files Browse the repository at this point in the history
  • Loading branch information
DmxLarchey committed Mar 28, 2023
1 parent 8bc6ae4 commit 91a7328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SORTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Les trois algorithmes sont représentés dans le type `sorting_function : (list
`sorting_function s` est satisfaite quand pour toute liste `l : list X`, la liste
`s l` est triée et aussi permutable avec `l`.

https://github.com/DmxLarchey/Introduction-to-Coq/blob/8bc6ae4da104069e9fab34305ea5238f2982351b/sorting_algorithms.v#L319-L320

## Le code source Coq à compléter pour le projet

Le code source Coq se trouve dans le fichier [`sorting_algorithms.v`](sorting_algorithms.v)
Expand Down

0 comments on commit 91a7328

Please sign in to comment.