Formatting whitespace

This commit is contained in:
Richard Feldman 2022-04-06 22:40:06 -04:00
parent 23bc8aab49
commit bd623d65bc
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
interface Num interface Num
exposes exposes
[ [
Num, Num,
Int, Int,
Float, Float,
@ -144,8 +144,8 @@ interface Num
imports [ ] imports [ ]
Num range : [ @Num range ] Num range : [ @Num range ]
Int range : Num (Integer range) Int range : Num (Integer range)
Float range : Num (FloatingPoint range) Float range : Num (FloatingPoint range)
Signed128 : [ @Signed128 ] Signed128 : [ @Signed128 ]
Signed64 : [ @Signed64 ] Signed64 : [ @Signed64 ]
@ -167,7 +167,7 @@ I128 : Num (Integer Signed128)
I64 : Num (Integer Signed64) I64 : Num (Integer Signed64)
I32 : Num (Integer Signed32) I32 : Num (Integer Signed32)
I16 : Num (Integer Signed16) I16 : Num (Integer Signed16)
I8 : Int Signed8 I8 : Int Signed8
U128 : Num (Integer Unsigned128) U128 : Num (Integer Unsigned128)
U64 : Num (Integer Unsigned64) U64 : Num (Integer Unsigned64)
@ -187,7 +187,7 @@ F64 : Num (FloatingPoint Binary64)
F32 : Num (FloatingPoint Binary32) F32 : Num (FloatingPoint Binary32)
Dec : Num (FloatingPoint Decimal) Dec : Num (FloatingPoint Decimal)
# ------- Functions # ------- Functions
toStr : Num * -> Str toStr : Num * -> Str
intCast : Int a -> Int b intCast : Int a -> Int b

View file

@ -5359,7 +5359,7 @@ mod solve_expr {
condition : Bool condition : Bool
v : Id [ Y Str, Z Str ] v : Id [ Y Str, Z Str ]
v = v =
if condition if condition
then $Id (Id 21 (Y "sasha")) then $Id (Id 21 (Y "sasha"))
else $Id (Id 21 (Z "felix")) else $Id (Id 21 (Z "felix"))