From 3bd34f12694a3d9f7ad80c9d23f0dfb738714578 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Wed, 31 May 2023 11:42:51 -0400 Subject: [PATCH] Fix type member of prelude --- src/ludus/prelude.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ludus/prelude.clj b/src/ludus/prelude.clj index a4f7238..26aea38 100644 --- a/src/ludus/prelude.clj +++ b/src/ludus/prelude.clj @@ -158,5 +158,5 @@ "conj" conj- "get" get- "draw" draw - "type" type + "type" type- }) \ No newline at end of file