Skip to content

Matcha-Teaa/ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ocaml Dump

Overview

There are not many examples of useful Ocaml functions online. This repo contains a dump of useful Ocaml functions. To see how the functions are sorted, see Searching for a fuction below.

Searching for a function

  • tuples.ml contains functions that take one or several tuple parameters
  • lists.ml contains functions that take one or several list paramters
  • strings.ml contains functions that take one or several string parameters

For Example if you are looking for a function that takes in a string but returns a list, it will be located in strings.ml

All the functions in the repository have comments explaining what they do. It may be useful to use Command F to search for a specific function.

About

A useful collection of Ocaml functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages