Big newline at EOF scan.
original commit: f7c67b49a49a723534454ce561cd060e63889480
This commit is contained in:
parent
4a985badae
commit
b4ad4cf27e
|
@ -34,4 +34,4 @@
|
|||
|
||||
(provide/contract
|
||||
[write-theory (-> theory/c void)]
|
||||
[read-theory (-> theory/c)])
|
||||
[read-theory (-> theory/c)])
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang datalog
|
||||
friend(arnold,arnold).
|
||||
student(arnold,arnold,arnold) :- friend(arnold,arnold).
|
||||
student(arnold,arnold,arnold)?
|
||||
student(arnold,arnold,arnold)?
|
||||
|
|
Loading…
Reference in New Issue
Block a user