summaryrefslogtreecommitdiff
path: root/prolog/problems/dcg/ab_2/common.py
blob: 4c20a86889a28d4d9ef6a91be3a6ba0583e5136c (plain)
1
2
3
4
5
6
7
8
9
10
id = 162
number = 10
visible = True
facts = None

solution = '''\
ab --> [a], ab.
ab --> t162.
t162 --> [b], t162.
t162 --> [].'''