get Num to fully work again

This commit is contained in:
Folkert 2022-02-28 19:40:18 +01:00
parent bd31503855
commit db6b5bfd38
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 53 additions and 56 deletions

View file

@ -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![