Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    r16ba4a6 re5c3811  
    7575        int scopeLevel = 0;
    7676
     77        /*
     78        ForallDecl foralls {
     79                list<TypeDecl> params
     80                list<ObjectDecl> assns
     81        }
     82        */
     83
    7784        std::vector<ptr<Attribute>> attributes;
    7885        Function::Specs funcSpec;
Note: See TracChangeset for help on using the changeset viewer.