mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 19:32:17 +00:00
Add support for i16/u16 to NumAdd
This commit is contained in:
parent
ef85c57348
commit
6d66b0deb6
2 changed files with 30 additions and 0 deletions
|
@ -704,6 +704,8 @@ impl<
|
|||
| IntWidth::U64
|
||||
| IntWidth::I32
|
||||
| IntWidth::U32
|
||||
| IntWidth::I16
|
||||
| IntWidth::U16
|
||||
| IntWidth::I8
|
||||
| IntWidth::U8,
|
||||
)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue