mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Formatting whitespace
This commit is contained in:
parent
23bc8aab49
commit
bd623d65bc
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
interface Num
|
||||
exposes
|
||||
[
|
||||
exposes
|
||||
[
|
||||
Num,
|
||||
Int,
|
||||
Float,
|
||||
|
@ -144,8 +144,8 @@ interface Num
|
|||
imports [ ]
|
||||
|
||||
Num range : [ @Num range ]
|
||||
Int range : Num (Integer range)
|
||||
Float range : Num (FloatingPoint range)
|
||||
Int range : Num (Integer range)
|
||||
Float range : Num (FloatingPoint range)
|
||||
|
||||
Signed128 : [ @Signed128 ]
|
||||
Signed64 : [ @Signed64 ]
|
||||
|
@ -167,7 +167,7 @@ I128 : Num (Integer Signed128)
|
|||
I64 : Num (Integer Signed64)
|
||||
I32 : Num (Integer Signed32)
|
||||
I16 : Num (Integer Signed16)
|
||||
I8 : Int Signed8
|
||||
I8 : Int Signed8
|
||||
|
||||
U128 : Num (Integer Unsigned128)
|
||||
U64 : Num (Integer Unsigned64)
|
||||
|
@ -187,7 +187,7 @@ F64 : Num (FloatingPoint Binary64)
|
|||
F32 : Num (FloatingPoint Binary32)
|
||||
Dec : Num (FloatingPoint Decimal)
|
||||
|
||||
# ------- Functions
|
||||
# ------- Functions
|
||||
|
||||
toStr : Num * -> Str
|
||||
intCast : Int a -> Int b
|
||||
|
|
|
@ -5359,7 +5359,7 @@ mod solve_expr {
|
|||
condition : Bool
|
||||
|
||||
v : Id [ Y Str, Z Str ]
|
||||
v =
|
||||
v =
|
||||
if condition
|
||||
then $Id (Id 21 (Y "sasha"))
|
||||
else $Id (Id 21 (Z "felix"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue