From 0209454c0c9d02de69174aad9a934cdc0d6af804 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 10 Jul 2018 00:29:20 -0400 Subject: - Re-named "struct" to "structure". --- stdlib/source/lux.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/lux.lux') diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index 238d77bd8..0389a64f8 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -3843,7 +3843,7 @@ #None (#Left "Not expecting any type."))))) -(macro: #export (struct tokens) +(macro: #export (structure tokens) {#.doc "Not meant to be used directly. Prefer \"structure:\"."} (do Monad [tokens' (monad/map Monad macro-expand tokens) @@ -3950,7 +3950,7 @@ (~ (meta-code-merge (` {#.struct? true}) meta)) (~ type) - (struct (~+ definitions))))))) + (structure (~+ definitions))))))) #None (fail "Cannot infer name, so struct must have a name other than \"_\"!")) -- cgit v1.2.3