summaryrefslogtreecommitdiff
path: root/hs/file.squig
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/file.squig
parent164a8d297429d58d216b9fa44e0cb42db5d23e2c (diff)
Find old Haskell implementation on backup diskHEADmaster
GHC 8.0.2 vintage, doesn't compile
Diffstat (limited to 'hs/file.squig')
-rw-r--r--hs/file.squig7
1 files changed, 7 insertions, 0 deletions
diff --git a/hs/file.squig b/hs/file.squig
new file mode 100644
index 0000000..9de0d64
--- /dev/null
+++ b/hs/file.squig
@@ -0,0 +1,7 @@
+a := 2 * 3;
+b := 4 / 5;
+if a == 6 {
+ b = "yes";
+} else {
+ b = "no";
+}