summaryrefslogtreecommitdiff
path: root/quick.ads
diff options
context:
space:
mode:
Diffstat (limited to 'quick.ads')
-rw-r--r--quick.ads16
1 files changed, 0 insertions, 16 deletions
diff --git a/quick.ads b/quick.ads
deleted file mode 100644
index e406d51..0000000
--- a/quick.ads
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-generic
-
- type Index_T is (<>);
- type Element_T is private;
- type Array_T is array (Index_T range <>) of Element_T;
-
- with function ">"(X, Y : in Element_T) return Boolean is <>;
-
-package Quick is
-
- procedure In_Place(Arr : in out Array_T);
-
-end Quick;
-