mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Ayaz's fix and first passing inspect test
This commit is contained in:
parent
f0dee1f6e9
commit
3434d3154a
2 changed files with 3 additions and 6 deletions
|
@ -249,10 +249,10 @@ dbgBool : Bool -> Inspector DbgFormatter
|
|||
dbgBool = \b ->
|
||||
if b then
|
||||
f0 <- custom
|
||||
dbgWrite f0 "true"
|
||||
dbgWrite f0 "Bool.true"
|
||||
else
|
||||
f0 <- custom
|
||||
dbgWrite f0 "false"
|
||||
dbgWrite f0 "Bool.false"
|
||||
|
||||
dbgStr : Str -> Inspector DbgFormatter
|
||||
dbgStr = \s ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue