mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Merge pull request #1970 from rtfeldman/shrink-call-type
Shrink call type
This commit is contained in:
commit
28273b67da
18 changed files with 281 additions and 257 deletions
|
@ -718,7 +718,7 @@ where
|
|||
match call_type {
|
||||
CallType::ByName { .. } => {}
|
||||
CallType::LowLevel { .. } => {}
|
||||
CallType::HigherOrderLowLevel { .. } => {}
|
||||
CallType::HigherOrder { .. } => {}
|
||||
CallType::Foreign { .. } => {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue