mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Thread simple model of "ErasedLambdas" through proc layouts
But none of these paths are yet exercised.
This commit is contained in:
parent
6eae480e36
commit
c459757062
8 changed files with 79 additions and 11 deletions
|
@ -116,4 +116,14 @@ macro_rules! todo_abilities {
|
|||
};
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! todo_lambda_erasure {
|
||||
() => {
|
||||
$crate::_incomplete_project!("Lambda Erasure", 5575)
|
||||
};
|
||||
($($arg:tt)+) => {
|
||||
$crate::_incomplete_project!("Lambda Erasure", 5575, $($arg)+)
|
||||
};
|
||||
}
|
||||
|
||||
// END LARGE SCALE PROJECTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue