Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 4cc6b06

Browse files
committed
mention stack in readme
ref #18
1 parent 983584c commit 4cc6b06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Furthermore some useful functional properties have been formally verified.
1010
- [Basalt.Queue](src/basalt-queue.ads) - A FIFO queue implementation.
1111
The interface is designed in a way that allows to prove properties about the
1212
quantity of elements in the queue.
13+
- [Basalt.Stack](src/basalt-stack.ads) - A stack implementation.
14+
The interface is designed in a way that allows to prove properties about the
15+
quantity of elements on the stack.
1316
- [Basalt.Slicer](src/basalt-slicer.ads) - A tool that splits ranges into
1417
maximum sized slices. Each slice proves to be in the initially given range
1518
and to be at maximum of the given size.

0 commit comments

Comments
 (0)