atlas  0.6
Public Member Functions | Public Attributes | List of all members
atlas::interpreter::lambda_struct Struct Reference

#include <axis.h>

Collaboration diagram for atlas::interpreter::lambda_struct:
Collaboration graph
[legend]

Public Member Functions

 lambda_struct (id_pat &&param, expression_ptr &&body, const source_location &loc)
 

Public Attributes

id_pat param
 
expression_ptr body
 
source_location loc
 

Constructor & Destructor Documentation

atlas::interpreter::lambda_struct::lambda_struct ( id_pat &&  param,
expression_ptr &&  body,
const source_location loc 
)
inline

Member Data Documentation

expression_ptr atlas::interpreter::lambda_struct::body
source_location atlas::interpreter::lambda_struct::loc
id_pat atlas::interpreter::lambda_struct::param

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