Using multiple times same the name for different constants is confusing. Names should be unique and should describe the functionality.
File 1: constant fly : t1; File 2: constant fly : t1;
File 1: constant fly : t1; File 2: constant dream : t1;