mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
stack overflow in Num type inference
This commit is contained in:
parent
0107d78ea0
commit
5c31234b24
1 changed files with 1 additions and 1 deletions
|
@ -3287,7 +3287,7 @@ fn load_module<'a>(
|
|||
# mulSaturated : Num a, Num a -> Num a
|
||||
mulChecked : Num a, Num a -> Result (Num a) [ Overflow ]*
|
||||
|
||||
# minI8 : I8
|
||||
minI8 : I8
|
||||
# maxI8 : I8
|
||||
# minU8 : U8
|
||||
# maxU8 : U8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue