summaryrefslogtreecommitdiff
path: root/prolog/problems/denotational_semantics
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-23 16:19:06 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-23 16:19:06 +0100
commit766e2ba30413850ab43842de0aa3e9a80c5e7236 (patch)
treec2d80ae9ed55112764117b08bc9678cc0d608117 /prolog/problems/denotational_semantics
parent85e4a0147d722b9a12652d559fc96d64ccf01ac4 (diff)
Add info about reusable solutions to Prolog groups
Diffstat (limited to 'prolog/problems/denotational_semantics')
-rw-r--r--prolog/problems/denotational_semantics/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/prolog/problems/denotational_semantics/common.py b/prolog/problems/denotational_semantics/common.py
index e2c420e..57be52d 100644
--- a/prolog/problems/denotational_semantics/common.py
+++ b/prolog/problems/denotational_semantics/common.py
@@ -1,2 +1,4 @@
id = 11
number = 10
+
+allowed_groups = ['lists']