Currently calculator only processes integers, but Python implicitly uses floats. Either switch to Python integer division only, or allow reals in isabelle spec.
It's fine not to fix this - it serves as a good example of where the testing suite can catch an error in the model.
Currently calculator only processes integers, but Python implicitly uses floats. Either switch to Python integer division only, or allow reals in isabelle spec.
It's fine not to fix this - it serves as a good example of where the testing suite can catch an error in the model.