Top "Ml" questions

A family of functional programming languages including SML, OCaml, and F#. For MACHINE-LEARNING use [machine-learning] tag PLEASE.

ML IDE and Compiler for Windows or Linux or Mac

I have to write some code in ML and it is my first time I`m going to use the …

ide compiler-construction programming-languages sml ml
How to use AND operator in IF statements in SML

I am new to SML. How do I use the AND operator inside IF statements? Here is my code: val …

sml smlnj ml
EQUALOP error message with SML

I am trying to create a simple function that takes two dates of format int*int*int and return if …

syntax sml ml
Finding an item in a list and returning its index - OCaml

I've wrote the following function to find a given item "x" in a given list "lst" and return its index …

list find ocaml ml memory-consumption