2023-08 in haskell

This commit is contained in:
Julien Dessaux 2023-12-08 13:34:22 +01:00
parent 70860aea14
commit f4fc692fbc
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 929 additions and 0 deletions

View file

@ -0,0 +1,10 @@
LR
11A = (11B, XXX)
11B = (XXX, 11Z)
11Z = (11B, XXX)
22A = (22B, XXX)
22B = (22C, 22C)
22C = (22Z, 22Z)
22Z = (22B, 22B)
XXX = (XXX, XXX)