aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/host/common-lisp.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-11 19:54:39 -0400
committerEduardo Julian2018-07-11 19:54:39 -0400
commit18e1b3355e9bc7dfe3152416fe6ad4e3fe415af9 (patch)
treeb93081e7b258557628b1bfba3280d377198f0059 /new-luxc/source/luxc/lang/host/common-lisp.lux
parentfdfd7036806fe62ffaf054b61fbf16bbfb002b7c (diff)
- Re-named "type-of" to ":of".
Diffstat (limited to 'new-luxc/source/luxc/lang/host/common-lisp.lux')
-rw-r--r--new-luxc/source/luxc/lang/host/common-lisp.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/host/common-lisp.lux b/new-luxc/source/luxc/lang/host/common-lisp.lux
index 108f69e27..77b8cfc22 100644
--- a/new-luxc/source/luxc/lang/host/common-lisp.lux
+++ b/new-luxc/source/luxc/lang/host/common-lisp.lux
@@ -1,5 +1,5 @@
(.module:
- [lux #- not or and list if function cond when let type-of]
+ [lux #- not or and list if function cond when let]
(lux (control pipe)
(data [maybe "maybe/" Functor<Maybe>]
[text]