Skip to content

Commit

Permalink
export class-symbol and class-symbol-p
Browse files Browse the repository at this point in the history
  • Loading branch information
nixeagle committed Jan 20, 2010
1 parent 52a8ca8 commit a9a54be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types.lisp
Expand Up @@ -3,9 +3,11 @@
(:use :common-lisp :iterate)
(:export #:type-specifier-p
type-specifier
#:class-symbol-p
class-symbol
structure-designator))
(in-package :nisp.util-types)

;; Idea for (documentation symbol 'type) taken from slime.lisp
(defun type-specifier-p (symbol)
"True if SYMBOL is a type."
Expand Down

0 comments on commit a9a54be

Please sign in to comment.