A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/CLHS/Body/f_pkg_us.htm below:

CLHS: Function PACKAGE-USE-LIST

CLHS: Function PACKAGE-USE-LIST Function PACKAGE-USE-LIST

Syntax:

package-use-list package => use-list

Arguments and Values:

package---a package designator.

use-list---a list of package objects.

Description:

Returns a list of other packages used by package.

Examples:

 (package-use-list (make-package 'temp)) =>  (#<PACKAGE "COMMON-LISP">)
 (use-package 'common-lisp-user 'temp) =>  T
 (package-use-list 'temp) =>  (#<PACKAGE "COMMON-LISP"> #<PACKAGE "COMMON-LISP-USER">)

Side Effects: None.

Affected By: None.

Exceptional Situations:

Should signal an error of type type-error if package is not a package designator.

See Also:

use-package, unuse-package

Notes: None.

The following X3J13 cleanup issue, not part of the specification, applies to this section:
Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4