mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
get Num to fully work again
This commit is contained in:
parent
bd31503855
commit
db6b5bfd38
3 changed files with 53 additions and 56 deletions
|
@ -876,7 +876,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
);
|
||||
}
|
||||
|
||||
// fromUtf8Range : List U8 -> Result Str [ BadUtf8 Utf8Problem, OutOfBounds ]*
|
||||
// fromUtf8Range : List U8, { start : Nat, count : Nat } -> Result Str [ BadUtf8 Utf8Problem, OutOfBounds ]*
|
||||
{
|
||||
let bad_utf8 = SolvedType::TagUnion(
|
||||
vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue