The FunctionalProgrammingLanguage ML was originally developed by RobinMilner (TuringAward 1991) and was the first language to include PolymorphicTypeInference, together with a type-safe exception-handling mechanism. ML stands for MetaLanguage, not for MarkupLanguage. ML is not MachineLanguage.
ML is a StronglyTyped, StaticallyTyped language with semantics somewhat resembling those of the SchemeLanguage.
ML provides the following features:
There are three ML dialects in wide use:
Can we see some code snippet and syntax/notation examples here?
Maybe some SmlLanguage examples would satisfy. There is an example at that page already.