The "Unknown:"s below indicate that an entry is incomplete.
See the various entries for SML
Unknown:
documentation comment
information about the current line and file
tokens (case-sensitivity (keywords, variable identifiers...))
tokens (what is the standard way for scrunching together multiple words)
comparison (returns 3 values (i.e. inferior, equal or superior))
comparison (min / max (binary or more))
force garbage collection
Unknown:
partial application (in the examples below, a normal call is "f(a,b)") (give the first argument to operator ">")
partial application (in the examples below, a normal call is "f(a,b)") (give the second argument to operator ">")
identity function
callcc | call-with-current-continuation |
Unknown:
declare
import
Unknown:
strings (end-of-line (without writing the real CR or LF character))
multi-line
serialize (marshalling)
unserialize (un-marshalling)
upper / lower case character
uppercase / lowercase / capitalized string
locate a substring
locate a substring (starting at the end)
Unknown:
list/array indexing
adding an element at index
first element
all but the first element
last element
get the first element and remove it
get the last element and remove it
split a list
is an element in the list
smallest / biggest element
join a list of strings in a string using a glue string
iterate with index
remove duplicates
sort
lookup an element in a association list
Unknown:
optional value (null coalescing)
dictionary (type name)
dictionary (constructor)
dictionary (access)
dictionary (has the key ?)
dictionary (remove by key)
dictionary (list of keys)
dictionary (list of values)
dictionary (merge)
range
Unknown:
numbers syntax (integers)
numbers syntax (integers in base 2, octal and hexadecimal)
numbers syntax (floating point)
addition / subtraction / multiplication / division
random (random number)
random (seed the pseudo random generator)
operator priorities and associativities
trigonometry (inverse)