Nim has no type inference from the types themselves, so if you want an int8 you 
have to declare the literal like that - `valueA: 11'i8` and `valueB: 12'i64`.

Reply via email to