There doesn't seem to be a way to bind eager singletons. The only reference is in the Module's provides method, but this is unreferenced. ``` def provides(interface, scope=None, eager=False): ```