- Formerly worked in quantum cryptography (PhD), specifically in making protocols device independent using non locality.
- Now design/code some (non quantum) algorithms
- Like FOSS
- Like logic/CS/maths/physics
🗣️ 🇫🇷🇬🇧🇮🇹🇵🇹🇪🇸
The type is a bit ugly because it seems that we can't use type variables in type aliases in Python, so I can't easily define the type `Not[P] = Callable[[P], NoReturn]`, where `NoReturn` is the (or an) empty type in Python.
The type is a bit ugly because it seems that we can't use type variables in type aliases in Python, so I can't easily define the type `Not[P] = Callable[[P], NoReturn]`, where `NoReturn` is the (or an) empty type in Python.