From 565fbb75729138607c75c9ddcaca385402d67944 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 12 Nov 2012 10:37:23 +0100 Subject: Prisoners Dilemma: Add parameter description to modules --- rules/always_defect.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules/always_defect.pl') diff --git a/rules/always_defect.pl b/rules/always_defect.pl index f9fd91d..aea4bd6 100644 --- a/rules/always_defect.pl +++ b/rules/always_defect.pl @@ -1 +1,3 @@ +% Syntax: always_defect(+history, -choice, +state_in, -state_out) + always_defect(_, d, _, _). -- cgit