mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Update symbols definition
This commit is contained in:
parent
31cc64b634
commit
85c622b169
10 changed files with 18 additions and 18 deletions
|
@ -252,8 +252,8 @@ impl Aliases {
|
|||
|
||||
Some((num_content_var, AliasKind::Structural))
|
||||
}
|
||||
Symbol::NUM_FLOAT => {
|
||||
// Float range : Num (FloatingPoint range)
|
||||
Symbol::NUM_FRAC => {
|
||||
// Frac range : Num (FloatingPoint range)
|
||||
//
|
||||
// build `FloatingPoint range := range`
|
||||
let fpoint_content_var = Self::build_num_opaque(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue