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

#include <parse_types.h>

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

Public Member Functions

 lambda_node (id_pat &&pattern, type_expr &&type, expr &&body)
 

Public Attributes

id_pat pattern
 
type_expr parameter_type
 
expr body
 

Constructor & Destructor Documentation

atlas::interpreter::lambda_node::lambda_node ( id_pat &&  pattern,
type_expr &&  type,
expr &&  body 
)
inline

Member Data Documentation

expr atlas::interpreter::lambda_node::body
type_expr atlas::interpreter::lambda_node::parameter_type
id_pat atlas::interpreter::lambda_node::pattern

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