Implement till 4.63

This commit is contained in:
2021-03-02 16:55:36 -05:00
parent b456fb4361
commit a967a60994
2 changed files with 51 additions and 3 deletions

View File

@@ -665,6 +665,18 @@
(or (supervisor ?staff-person ?boss)
(and (supervisor ?staff-person ?middle-manager)
(outranked-by ?middle-manager ?boss))))
; From 4.63
(son Adam Cain)
(son Cain Enoch)
(son Enoch Irad)
(son Irad Mehujael)
(son Mehujael Methushael)
(son Methushael Lamech)
(wife Lamech Ada)
(son Ada Jabal)
(son Ada Jubal)
))
;; felixm: for easier use from MIT-Scheme