Re: Nulls, integrity, the closed world assumption and events

From: Neo <neo55592_at_hotmail.com>
Date: 25 Jan 2007 20:09:52 -0800
Message-ID: <1169784592.502754.275970_at_k78g2000cwa.googlegroups.com>


I may have screwed up your pizza order. Did you mean these?

(; Get cheeses on pizzas with peperoni topping)
(; Gets mozzarella, provolone, mozzarella)
(get (& (get pizza instance *)

           (get * topping peperoni))
       cheese *)

(; Get cheeses on first pizza with peperoni topping)
(; Gets mozzarella, provolone)
(get (filterFirst (& (get pizza instance *)

                         (get * topping peperoni)))
       cheese *)
Received on Fri Jan 26 2007 - 05:09:52 CET

Original text of this message