Closed michaellperry closed 2 years ago
The pipeline is now generated based only on the set definitions, not the projection. Both specifications yield the full pipeline:
airline: Skylane.Airline {
flight: Skylane.Flight = airline S.airline Skylane.Airline.Day S.airlineDay Skylane.Flight
booking: Skylane.Booking = flight S.flight Skylane.Booking
cancellation: Skylane.Flight.Cancellation = flight S.flight Skylane.Flight.Cancellation
}
Compare the pipelines of these two specifications:
They produce different pipelines:
The pipeline -- and therefore the number of results -- should not change based on which facts are selected.