From ea6d0a514ab01473d302a0f30306b397a30e3173 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 12 Nov 2012 06:23:52 +0100 Subject: tit4tat.pl: Remove obsolete syntax description --- rules/tit4tat.pl | 2 -- 1 file changed, 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. -- cgit