diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-12 06:23:52 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-12 06:23:52 +0100 |
commit | ea6d0a514ab01473d302a0f30306b397a30e3173 (patch) | |
tree | 1737dcdb712828a01e6cd20a7300a03c77773262 | |
parent | 00c6159e0f421c8307fc67973938f64ac405ec79 (diff) | |
download | wbs-ea6d0a514ab01473d302a0f30306b397a30e3173.tar.gz wbs-ea6d0a514ab01473d302a0f30306b397a30e3173.tar.bz2 wbs-ea6d0a514ab01473d302a0f30306b397a30e3173.zip |
tit4tat.pl: Remove obsolete syntax description
-rw-r--r-- | rules/tit4tat.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/tit4tat.pl b/rules/tit4tat.pl index 2cf520c..2fe0a8f 100644 --- a/rules/tit4tat.pl +++ b/rules/tit4tat.pl @@ -3,8 +3,6 @@ % move (if the opponent defects in some round, Tit for Tat will defect in the % following one; to cooperation it responds with cooperation). -% Syntax: MODULE(UserDecisionHistry [in], ModuleDecision [out]) - % Use opponents last decision tit4tat([Last|_],Last,_,_). % Fallback to coorporate if history is empty. |