This website works better with JavaScript.
Home
Explore
Help
Sign In
zapashcanon
/
internship-report-datacert
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
1.6 MiB
TeX
90.5%
Shell
5.2%
OCaml
3.1%
SQL
0.6%
Makefile
0.5%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
internship-report-datacert
/
src
/
max_in_list.ml
2 lines
91 B
Raw
Permalink
Blame
History
let
max_in_list
=
function
List
.
fold_left
(
fun
max
el
->
if
el
>
max
then
el
else
max
)
0
Reference in new issue