From 7ac0905fd80dce045d6608c4a3c449c466ae43ab Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 19 Apr 2019 00:57:04 -0400 Subject: Extracted the type-parsing machinery into its own module. --- stdlib/source/test/lux.lux | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'stdlib/source/test') diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 08bc451b1..ab5d2e1d4 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -59,7 +59,9 @@ ## ["._" concatenative] ## ["._" predicate] ## [monad - ## ["._" free]]] + ## ["._" free]] + ## [parser + ## [type (#+)]]] ## [data ## ["._" env] ## ["._" trace] @@ -345,5 +347,6 @@ (program: args (<| io _.run! - (_.times 100) + ## (_.times 100) + (_.seed 8070500311708372420) ..test)) -- cgit v1.2.3