Skip to content

Commit 0747520

Browse files
committed
Add nickname package as INFERENCE
This should keep things more simple sometimes, as we can call the whole package as inference. (require :lisp-inference) # load system (in-package :inference) # change package to namespace :inference alias
1 parent a42a9b2 commit 0747520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/package.lisp

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@
3939
:make-disjunction
4040
:make-implication
4141
:make-biconditional
42-
:*valid-operators*))
42+
:*valid-operators*)
43+
(:nicknames "INFERENCE"))

0 commit comments

Comments
 (0)