Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansi-test
cl-bench
Commits
f8f1bdc3
Commit
f8f1bdc3
authored
May 17, 2016
by
Daniel Kochmański
Browse files
misc: rename gabriel etst package for misc test
parent
610ba9c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/gabriel.lisp
View file @
f8f1bdc3
...
...
@@ -28,7 +28,7 @@
;; - some renamings to be closer to standard CL style (eg global
;; variable names with asterisk). Only partially done...
(
defpackage
:cl-bench.gabriel
(
defpackage
:cl-bench.gabriel
.test
(
:use
:common-lisp
)
(
:export
#:boyer
#:browse
...
...
@@ -53,7 +53,7 @@
#:run-traverse
#:run-triangle
))
(
in-package
:cl-bench.gabriel
)
(
in-package
:cl-bench.gabriel
.test
)
;;; BOYER -- Logic programming benchmark, originally written by Bob Boyer.
;;; Fairly CONS intensive.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment