Timing: useful for documentation but not logically necessary.
Function or value | Description |
Full Usage:
time f x
Parameters:
'a -> 'b
-
The input function.
x : 'a
-
The input argument for the function.
Returns: 'b
The application f x plus the CPU time taken to evaluate it.
|
A call f x itself.
Example
Evaluates to:
|