mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
no more boolean algebra
This commit is contained in:
parent
ea7af0f7e7
commit
fa7dec2997
13 changed files with 10 additions and 2059 deletions
|
@ -1479,7 +1479,6 @@ pub fn to_doc<'b>(
|
|||
ext_to_doc(alloc, ext),
|
||||
)
|
||||
}
|
||||
Boolean(b) => alloc.string(format!("{:?}", b)),
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2476,7 +2475,6 @@ fn type_problem_to_pretty<'b>(
|
|||
alloc.reflow(" value"),
|
||||
]),
|
||||
),
|
||||
Boolean(_) => bad_rigid_var(x, alloc.reflow("a uniqueness attribute value")),
|
||||
}
|
||||
}
|
||||
IntFloat => alloc.tip().append(alloc.concat(vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue