My Project
Loading...
Searching...
No Matches
Exp_Lambda Struct Reference

a lambda expression. More...

#include <absyn.h>

Data Fields

Func_Def def
 
struct Type_ * owner
 

Detailed Description

a lambda expression.

\a b { <<< a + b >>>; }

Definition at line 343 of file absyn.h.

Field Documentation

◆ def

Func_Def Exp_Lambda::def

Definition at line 344 of file absyn.h.

◆ owner

struct Type_* Exp_Lambda::owner

Definition at line 345 of file absyn.h.


The documentation for this struct was generated from the following file: