Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1 +0,0 @@
|
|||
pragma Assert (A = 42, "Oops!");
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
with Ada.Assertions; use Ada.Assertions;
|
||||
...
|
||||
Assert (A = 42, "Oops!");
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
procedure Find_First
|
||||
(List : in Array_Type;
|
||||
Value : in Integer;
|
||||
Found : out Boolean;
|
||||
Position : out Positive) with
|
||||
Depends => ((Found, Position) => (List, Value)),
|
||||
Pre => (List'Length > 0),
|
||||
Post =>
|
||||
(if Found then Position in List'Range and then List (Position) = Value
|
||||
else Position = List'Last);
|
||||
Loading…
Add table
Add a link
Reference in a new issue