Erik Schnetter <[email protected]> wrote: > The literal `1` has type `Int`. The promotion rules for `Int8` and > `Int` state that, before the addition, `Int8` is converted to `Int`. > (On your system, it seems that `Int` is `Int64`.)
OK, so indeed, there's modular arithmetics for the non native representations as well. It's just that litterals are neither overloaded, nor implicitly transtyped. I see, thanks. -- Resistance is futile. You will be jazzimilated. Lisp, Jazz, Aïkido: http://www.didierverna.info
