From 964ec62d4fbcc1fb2336a3de355ce3554ef7eb04 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 8 Sep 2021 00:22:45 -0400 Subject: Now using eval to derive code for arbitrary types. --- stdlib/project.lux | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'stdlib/project.lux') diff --git a/stdlib/project.lux b/stdlib/project.lux index 83b09c7f6..fb2023643 100644 --- a/stdlib/project.lux +++ b/stdlib/project.lux @@ -76,11 +76,12 @@ ] "bibliotheca" - ["info" ["description" "Standard library for the Lux programming language."] + ["info" ["description" "Standard Library for the Lux programming language."] "test" "test/lux"] - "documentation" - ["program" "documentation/lux" + "scriptum" + ["info" ["description" "Documentation for the Standard Library for the Lux programming language."] + "program" "documentation/lux" "test" "documentation/lux"] "aedifex" -- cgit v1.2.3