diff options
Diffstat (limited to 'prolog/problems/denotational_semantics')
-rw-r--r-- | prolog/problems/denotational_semantics/common.py | 2 |
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'] |