Hi, I want to make sure I am not loosing any precision in my code by accidentally mixing BigFloat and Float64 (e.g. adding two numbers of different precision). I was thinking about replacing the definitions of `+`, `-`, etc. for BigFloat but if you do that for all two argument functions this would be a lot of redefining, so I started to wonder if there is a more clever approach. Is there any simple hack to get a warning if this happens?
Best, Paweł
