Function FIRST


Slots on this function:

Arity: 2
Domain: List

Axioms:

(=> (First ?List ?Result)
    (And (Exists (@Items) (= (Listof ?X @Items) ?List))
         (= ?Result ?X)))