DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 701 (0x2bd) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧ └─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦e24fb53b7⟧ └─⟦this⟧
with Fqa_Kbs; with Output_Stream; use Fqa_Kbs; package Fqa_Frames is use Fqa_Kbs.Kbs; use Fqa_Kbs.Kbs.Fact_Base; type Query_Slots is (Number); type Answer_Slots is (Number, Value, Erasable); package Questions is new Generic_Class (Class_Name => Question, Class_Size => 10, Slot_Names => Query_Slots); package Answers is new Generic_Class (Class_Name => Answer, Class_Size => 20, Slot_Names => Answer_Slots); procedure Put (The_Fact : Fact_Name; Where : Output_Stream.Object); end Fqa_Frames;