None
FR
OCaml: Introduction
[]
Emil Privér
If you want to learn more about functional programming in general, I have written a blog post called ”Concepts of functional programming” where I discuss topics such as immutability and pure functions. I also create another function called another_hello where I call the hello function and print some additional values. This section discusses modules, which are a concept within OCaml that allow us to call functions from another file or create submodules (modules within a file).