[31m-- Mal is Musicale architecture library[m
[31m-- Copyright (C) 2014 Manuel De Girardi[m

[31m-- This program is free software: you can redistribute it and/or modify[m
[31m-- it under the terms of the GNU General Public License as published by[m
[31m-- the Free Software Foundation, either version 3 of the License, or[m
[31m-- (at your option) any later version.[m

[31m-- This program is distributed in the hope that it will be useful,[m
[31m-- but WITHOUT ANY WARRANTY; without even the implied warranty of[m
[31m-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the[m
[31m-- GNU General Public License for more details.[m
[31m--[m
[31m-- You should have received a copy of the GNU General Public License[m
[31m-- along with this program.  If not, see <http://www.gnu.org/licenses/>.[m
[31m--[m

[31m----------------------------------------[m
[31m--    Musical Architecture Library.   --[m
[31m----------------------------------------[m

[31m----------------------------------------[m
[31m-- Common specifications for Mal :    --[m


[01;34mwith[m Ada[31m.[mContainers[31m.[mVectors[31m;[m
[01;34mwith[m Interfaces[31m.[mC[31m;[m
[01;34mpackage[m Libsens[31m.[mMal [01;34mis[m
         
   
   [01;34muse[m Interfaces[31m;[m
   [01;34mpackage[m Step_Vectors [01;34mis[m [01;34mnew[m Ada[31m.[mContainers[31m.[m[01;30mVectors[m[31m([mPositive[31m,[m
						       C[31m.[mlong[31m,[m
						       C[31m.[m[31m"="[m[31m);[m
   
   [01;34mpackage[m Seq_Vectors [01;34mis[m [01;34mnew[m Ada[31m.[mContainers[31m.[m[01;30mVectors[m[31m([mPositive[31m,[m
						     Step_Vectors[31m.[mVector[31m,[m
						     Step_Vectors[31m.[m[31m"="[m[31m);[m
   
      
   
[01;34mend[m Libsens[31m.[mMal[31m;[m
