mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Compile expect conditions with bool type, not continuation type
This commit is contained in:
parent
98afc76508
commit
d114d410cb
1 changed files with 2 additions and 2 deletions
|
@ -6485,7 +6485,7 @@ pub fn from_can<'a>(
|
|||
stmt = with_hole(
|
||||
env,
|
||||
loc_condition.value,
|
||||
variable,
|
||||
Variable::BOOL,
|
||||
procs,
|
||||
layout_cache,
|
||||
cond_symbol,
|
||||
|
@ -6541,7 +6541,7 @@ pub fn from_can<'a>(
|
|||
stmt = with_hole(
|
||||
env,
|
||||
loc_condition.value,
|
||||
variable,
|
||||
Variable::BOOL,
|
||||
procs,
|
||||
layout_cache,
|
||||
cond_symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue