summaryrefslogtreecommitdiff
path: root/rust/sample
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2024-09-25 21:49:33 +0200
committerArnaud Bailly <arnaud.bailly@iohk.io>2024-09-25 21:49:33 +0200
commit3ac809d7f8c4f29bfcd0a52c7e168e783abc88df (patch)
tree76ed4bbdb97e423593d2cb358906e43e75d19ddd /rust/sample
parent7f83391f3e4f37fbc512fd7d2bb7c7ec2f0858e9 (diff)
downloadlambda-nantes-3ac809d7f8c4f29bfcd0a52c7e168e783abc88df.tar.gz
Extract IO operations to own module
Diffstat (limited to 'rust/sample')
-rw-r--r--rust/sample/test_let.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/sample/test_let.txt b/rust/sample/test_let.txt
new file mode 100644
index 0000000..6027cd0
--- /dev/null
+++ b/rust/sample/test_let.txt
@@ -0,0 +1 @@
+(let (foo (lam x x)) ((let (foo foo) foo) 13))