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: ┃ B T ┃
Length: 1430 (0x596) Types: TextFile Names: »B«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13 └─ ⟦124ff5788⟧ »DATA« └─⟦this⟧ └─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧ └─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16 └─ ⟦6f12a12be⟧ »DATA« └─⟦this⟧ └─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦this⟧
with Expertsystem; use Expertsystem; with Ball, Box, Sticker; use Ball, Box, Sticker; with Balls_Boxes_Stickers_Tests; use Balls_Boxes_Stickers_Tests; package body Balls_Boxes_Stickers_Conditions is function Pack_It_Filter is new Tuplecollection.Join3 (Pack_It_Test); function Sticker_Lack_Filter is new Tuplecollection.Join1 (Sticker_Lack_Test); function Box_Lack_Filter is new Tuplecollection.Join1 (Box_Lack_Test); function Too_Big_Filter is new Tuplecollection.Join1 (Too_Big_Test); function Pack_It_Condition return Tuplecollection.Object is begin return Pack_It_Filter (Ball.Instances (Kind => Balls_On_Heap), Box.Instances (Kind => Empty_Boxes), Sticker.Instances (Kind => Unused_Stickers)); end Pack_It_Condition; function Sticker_Lack_Condition return Tuplecollection.Object is begin return Sticker_Lack_Filter (Ball.Instances (Kind => Balls_On_Heap)); end Sticker_Lack_Condition; function Box_Lack_Condition return Tuplecollection.Object is begin return Box_Lack_Filter (Ball.Instances (Kind => Balls_On_Heap)); end Box_Lack_Condition; function Too_Big_Condition return Tuplecollection.Object is begin return Too_Big_Filter ((Ball.Instances (Kind => Balls_On_Heap))); end Too_Big_Condition; end Balls_Boxes_Stickers_Conditions;