well I have the following facts and clauses below, its just that I need to append the lists somehow and I'm a little unsure, an example would be
?- canChange(warrenStreet, charingCross, R).
should return a list of all stations and lines used but not use the same station twice, i.e. loop.
so...