Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
rlaemmel committed Nov 6, 2009
1 parent 29bc8a5 commit 8b8d753
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions topics/exercises/nb1/syntax.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
term(true).
term(false).
term(succ(T)) :- term(T).
term(pred(T)) :- term(T).
term(iszero(T)) :- term(T).
term(if(T1,T2,T3)) :- term(T1), term(T2), term(T3).

0 comments on commit 8b8d753

Please sign in to comment.