summaryrefslogtreecommitdiff
path: root/prolog/problems/denotational_semantics/prog_listswap_3/en.py
diff options
context:
space:
mode:
authorAleksander Sadikov <aleksander.sadikov@fri.uni-lj.si>2016-05-22 20:37:28 +0200
committerAleksander Sadikov <aleksander.sadikov@fri.uni-lj.si>2016-05-22 20:37:28 +0200
commitde7b441fe4ebd88fc19abbd6542cb8129f735ced (patch)
tree9c409cc281e5a095e468f20d9a33b1acad3ed5e7 /prolog/problems/denotational_semantics/prog_listswap_3/en.py
parent52a65d75cd7adc7983d4e6c45709b7571497ca9a (diff)
Denotational semantics, part #1: tests and translations added.
Diffstat (limited to 'prolog/problems/denotational_semantics/prog_listswap_3/en.py')
-rw-r--r--prolog/problems/denotational_semantics/prog_listswap_3/en.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/prolog/problems/denotational_semantics/prog_listswap_3/en.py b/prolog/problems/denotational_semantics/prog_listswap_3/en.py
index e275335..d357e3e 100644
--- a/prolog/problems/denotational_semantics/prog_listswap_3/en.py
+++ b/prolog/problems/denotational_semantics/prog_listswap_3/en.py
@@ -33,6 +33,8 @@ Helper predicates (already defined):
swapping the <code>I</code>th element with its left neighbor in
<code>List</code></li>
</ul>
+
+<p>This exercise has already been solved for you. Check how it works in the console.</p>
'''
hint = {}