mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Frac+Approx --> Float
This commit is contained in:
parent
695d1eb467
commit
04595a9e71
11 changed files with 112 additions and 207 deletions
|
@ -75,7 +75,8 @@ pub enum Reason {
|
|||
NamedFnCall(String /* function name */, u8 /* arity */),
|
||||
OperatorArg(Operator, ArgSide),
|
||||
OperatorRet(Operator),
|
||||
FractionalLiteral,
|
||||
FloatLiteral,
|
||||
IntLiteral,
|
||||
InterpolatedStringVar,
|
||||
ElemInList,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue