From 7d2a7061e8e3f12e4bed2dac93fc6dd558c51801 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Fri, 2 Jun 2023 16:04:03 -0600 Subject: [PATCH] Futz --- sandbox.ld | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sandbox.ld b/sandbox.ld index 23bce84..468c891 100644 --- a/sandbox.ld +++ b/sandbox.ld @@ -42,6 +42,8 @@ fn filter { } } +let greater_than_two = gt (_, 2) + let xs = [1, 2, 3] -filter (gte (_, 2) ,xs) \ No newline at end of file +filter (greater_than_two ,xs) \ No newline at end of file