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

#include <absyn.h>

Data Fields

Expcond
 
struct StmtList * list
 
union { 
 
   Stmt *   where 
 
   Exp *   when 
 
};  
 

Detailed Description

Definition at line 53 of file absyn.h.

Field Documentation

◆ [union]

union { ... } Match

◆ cond

Exp* Match::cond

Definition at line 54 of file absyn.h.

◆ list

struct StmtList* Match::list

Definition at line 55 of file absyn.h.

◆ when

Exp* Match::when

Definition at line 58 of file absyn.h.

◆ where

Stmt* Match::where

Definition at line 57 of file absyn.h.


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