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,9 @@
RL
AAA = (BBB, CCC)
BBB = (DDD, EEE)
CCC = (ZZZ, GGG)
DDD = (DDD, DDD)
EEE = (EEE, EEE)
GGG = (GGG, GGG)
ZZZ = (ZZZ, ZZZ)