Big newline at EOF scan.

original commit: f7c67b49a49a723534454ce561cd060e63889480
This commit is contained in:
Eli Barzilay 2012-02-29 00:28:11 -05:00
parent 4a985badae
commit b4ad4cf27e
2 changed files with 2 additions and 2 deletions

View File

@ -34,4 +34,4 @@
(provide/contract
[write-theory (-> theory/c void)]
[read-theory (-> theory/c)])
[read-theory (-> theory/c)])

View File

@ -1,4 +1,4 @@
#lang datalog
friend(arnold,arnold).
student(arnold,arnold,arnold) :- friend(arnold,arnold).
student(arnold,arnold,arnold)?
student(arnold,arnold,arnold)?