Rename for consistency
This commit is contained in:
parent
e67e57b604
commit
3e2ff86eec
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.log
|
|
@ -1,4 +1,4 @@
|
||||||
(define-module (algo priority-queue)
|
(define-module (algorithms priority-queue)
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:export (make-priority-queue
|
#:export (make-priority-queue
|
||||||
pq-length
|
pq-length
|
|
@ -1,4 +1,4 @@
|
||||||
(use-modules (algo priority-queue)
|
(use-modules (algorithms priority-queue)
|
||||||
(quickcheck)
|
(quickcheck)
|
||||||
(quickcheck arbitrary)
|
(quickcheck arbitrary)
|
||||||
(quickcheck property)
|
(quickcheck property)
|
Loading…
Reference in a new issue