mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
get poc-effect working
This commit is contained in:
parent
a055fa3626
commit
3c7e849830
5 changed files with 73 additions and 28 deletions
|
@ -102,6 +102,7 @@ pub struct LambdaSet<'a> {
|
|||
}
|
||||
|
||||
/// representation of the closure *for a particular function*
|
||||
#[derive(Debug)]
|
||||
pub enum ClosureRepresentation<'a> {
|
||||
/// the closure is represented as a union. Includes the tag ID!
|
||||
Union {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue