Compiler: Hide variant functions from the normal lookup functions. The idea here is to hide the variant functions from normal lookup, and then to add a dispatcher function, which calls the appropriate variant function later.