~eda-qa/leaflang/misc

« back to all changes in this revision

Viewing changes to include/lang/type_identifier.hpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-05-13 04:00:12 UTC
  • mfrom: (96.1.42 sortfile)
  • Revision ID: eda-qa@disemia.com-20170513040012-ieshuqv2vkjt0xc3
merging sortfile

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                df_refer = 1 << 5,
48
48
                //a type is being instantiated
49
49
                df_instantiate = 1 << 6,
 
50
                //this is not a constrain or infer, but an expansion to a single type
 
51
                df_single = 1 << 7,
50
52
        };
51
53
        
52
54
        /**