Module Example2

module Example2: sig .. end
This module defines a bunch of miscellaneous functions.
Copyright: nobody
License: gpl3
note these functions...
stateful a cache is used to speedup...

val f : int -> int
Alias for succ
val g : int -> int
todo implement this one
val h_one : int -> int
threadunsafe to be used if not thread...
val h_multi : int -> int
threadsafe to be used if multiple threads...
val i : int -> int
Tries to...
new introduced to...
warning empties the cache
val j : int -> int
Will...
bug when passed zero
remark will be slow if cache is large