This commit is contained in:
Joseph Ferano 2022-12-29 22:26:13 +07:00
parent 894525b663
commit 3e1e71d35b

View File

@ -1,6 +1,8 @@
#+TITLE: 99 Ocaml Problems #+TITLE: 99 Ocaml Problems
#+Author: Joseph Ferano #+Author: Joseph Ferano
https://ocaml.org/problems
*** #1 - Tail of a list *** #1 - Tail of a list
Write a function ~last : 'a list -> 'a option~ that returns the last element of a Write a function ~last : 'a list -> 'a option~ that returns the last element of a