1
2# lib/deprecated
3
4Do not add any new functions to this directory.
5
6This directory contains the `lib.misc` sublibrary, which - as a location - is deprecated.
7Furthermore, some of the functions inside are of *dubious* utility, and should perhaps be avoided,
8while some functions *may still be needed*.
9
10This directory does not play a role in the deprecation process for library functions.
11They should be deprecated in place, by putting a `lib.warn` or `lib.warnIf` call around the function.