﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1185	wrong sorting example for topological-sort	Christian Kellermann		"As found by ""WJ"" on comp.lang.scheme:

{{{
(topological-sort
 '((i am)
   (not trying)
   (confuse the)
   (am trying)
   (trying to)
   (am not)
   (trying the)
   (to confuse)
   (the issue))
  eq?)

 ===>
(not i am trying to confuse the issue)


The correct output is:

(i am not trying to confuse the issue)
}}}"	defect	closed	major	5.3	core libraries	4.9.x	fixed			easy
