NCONC type derivation

Bug #538957 reported by Nikodemus Siivola
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Low
Unassigned

Bug Description

(NCONC 42) => 42 ; this is specified and correct.

Unfortunately the knowledge of the compiler ends with the declaration:

NCONC names a compiled function:
  Lambda-list: (&REST LISTS)
  Declared type: (FUNCTION * (VALUES T &OPTIONAL))
  Documentation:
    Concatenates the lists given as arguments (by changing them)
  Source file: SYS:SRC;CODE;LIST.LISP

...we can do better than this.

Revision history for this message
Stas Boukarev (stassats) wrote :

In f32ee7df37cdc62596e849c079f365000424a712

Changed in sbcl:
status: Confirmed → Fix Committed
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.