mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
make List.first/List.last work
This commit is contained in:
parent
679ef168b1
commit
917ec9c44c
4 changed files with 51 additions and 10 deletions
|
@ -147,6 +147,9 @@ pub enum RuntimeError {
|
|||
/// When the author specifies a type annotation but no implementation
|
||||
NoImplementation,
|
||||
|
||||
/// cases where the `[]` value (or equivalently, `forall a. a`) pops up
|
||||
VoidValue,
|
||||
|
||||
ExposedButNotDefined(Symbol),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue