get poc-effect working

This commit is contained in:
Folkert 2021-05-14 15:09:55 +02:00
parent a055fa3626
commit 3c7e849830
5 changed files with 73 additions and 28 deletions

View file

@ -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 {