DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T V

⟦c9a3c49b9⟧ TextFile

    Length: 552 (0x228)
    Types: TextFile
    Names: »V«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

generic  
    type Element is private;
    type Element_List is private;  
    Nil_List : in Element_List;
    with procedure Reset (It : in out Element_List) is <>;
    with function Done (It : Element_List) return Boolean is <>;
    with function Value (It : Element_List) return Element is <>;
    with procedure Next (It : in out Element_List) is <>;
    with procedure Append (Item : Element; To : in out Element_List) is <>;
    with function "<=" (X, Y : Element) return Boolean is <>;
procedure Generic_List_Sorter (List : in out Element_List);