mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
join points with arguments
This commit is contained in:
parent
b22fa7c9cd
commit
c18bbe9a63
6 changed files with 394 additions and 332 deletions
|
@ -123,6 +123,8 @@ pub enum RuntimeError {
|
|||
InvalidInt(IntErrorKind, Base, Region, Box<str>),
|
||||
CircularDef(Vec<Symbol>, Vec<(Region /* pattern */, Region /* expr */)>),
|
||||
|
||||
NonExhaustivePattern,
|
||||
|
||||
/// When the author specifies a type annotation but no implementation
|
||||
NoImplementation,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue