mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
started on Str.toNum
This commit is contained in:
parent
68e2701948
commit
eaf4e57759
7 changed files with 29 additions and 0 deletions
|
@ -702,6 +702,9 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
Box::new(list_type(u8_type()))
|
||||
);
|
||||
|
||||
// toNum : Str -> Result (Num a) [ ExpectedNum a ]*
|
||||
todo!();
|
||||
|
||||
// List module
|
||||
|
||||
// get : List elem, Nat -> Result elem [ OutOfBounds ]*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue