summaryrefslogtreecommitdiff
path: root/hs/test.txt
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2023-05-21 22:00:40 +0200
committerTom Smeding <tom@tomsmeding.com>2023-05-21 22:00:40 +0200
commit0ef6d707911b3cc57a0bee5db33a444237219c29 (patch)
tree0e0a8572924b5d944c77a32d962131a0fe5cbb75 /hs/test.txt
parent164a8d297429d58d216b9fa44e0cb42db5d23e2c (diff)
Find old Haskell implementation on backup diskHEADmaster
GHC 8.0.2 vintage, doesn't compile
Diffstat (limited to 'hs/test.txt')
-rw-r--r--hs/test.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/hs/test.txt b/hs/test.txt
new file mode 100644
index 0000000..1a2f551
--- /dev/null
+++ b/hs/test.txt
@@ -0,0 +1,11 @@
+{
+ a := 10;
+ f := ??{
+ print(a);
+ g := ??{
+ print(a);
+ };
+ // g();
+ };
+ f();
+};