Wrapping contexts that share types with other contexts whilst floem does not support namespaces.
This fixes an issue where contexts were being overwritten and lost when they went out of scope, causing the program to panic when the original context was being called.
Wrapping contexts that share types with other contexts whilst floem does not support namespaces. This fixes an issue where contexts were being overwritten and lost when they went out of scope, causing the program to panic when the original context was being called.