mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Constrain string interpolation
This commit is contained in:
parent
5080a7e24b
commit
274e7e786d
11 changed files with 150 additions and 180 deletions
|
@ -503,8 +503,8 @@ pub fn constrain_expr(
|
|||
]),
|
||||
)
|
||||
}
|
||||
Str { interpolations, .. } => {
|
||||
todo!("uniq constrain interpolations {:?}", interpolations);
|
||||
Str(segments) => {
|
||||
todo!("uniq constrain interpolations {:?}", segments);
|
||||
// let uniq_type = var_store.fresh();
|
||||
// let inferred = str_type(Bool::variable(uniq_type));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue