From 376c3e472fbb1e2656f8c61b26e0276570609aa1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 13 Sep 2021 00:29:57 -0400 Subject: Updated only/except import syntax to take into account record => variant syntax change. --- .../specification/compositor/generation/function.lux | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'stdlib/source/specification/compositor/generation/function.lux') diff --git a/stdlib/source/specification/compositor/generation/function.lux b/stdlib/source/specification/compositor/generation/function.lux index 8250a8d71..0898eb48b 100644 --- a/stdlib/source/specification/compositor/generation/function.lux +++ b/stdlib/source/specification/compositor/generation/function.lux @@ -1,11 +1,11 @@ (.module: - [lux {"-" [function]} - ["_" test {"+" [Test]}] + [lux {"-" function} + ["_" test {"+" Test}] [abstract - [monad {"+" [do]}] + [monad {"+" do}] ["[0]" enum]] [control - [pipe {"+" [case>]}] + [pipe {"+" case>}] ["[0]" maybe]] [data [number @@ -13,16 +13,16 @@ [collection ["[0]" list ("[1]#[0]" functor)]]] [math - ["r" random {"+" [Random]} ("[1]#[0]" monad)]] + ["r" random {"+" Random} ("[1]#[0]" monad)]] [tool [compiler - [analysis {"+" [Arity]}] - ["[0]" reference {"+" [Register]}] - ["[0]" synthesis {"+" [Synthesis]}]]]] + [analysis {"+" Arity}] + ["[0]" reference {"+" Register}] + ["[0]" synthesis {"+" Synthesis}]]]] ["[0]" // "_" ["[1][0]" case] [// - [common {"+" [Runner]}]]]) + [common {"+" Runner}]]]) (def: max_arity Arity -- cgit v1.2.3