From 74e8954ee269aa5dea39f1e4e3c55e8d387384a8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 21 Oct 2022 14:37:09 -0400 Subject: Clean-up after format change for extensions [part 2] --- stdlib/source/specification/compositor/common.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source/specification/compositor/common.lux') diff --git a/stdlib/source/specification/compositor/common.lux b/stdlib/source/specification/compositor/common.lux index 2a3e6fb45..f72bb20bc 100644 --- a/stdlib/source/specification/compositor/common.lux +++ b/stdlib/source/specification/compositor/common.lux @@ -28,7 +28,7 @@ (type .public (Instancer what) (All (_ anchor expression declaration) (-> (Platform IO anchor expression declaration) - (generation.State+ anchor expression declaration) + (generation.State anchor expression declaration) what))) (def (runner (open "[0]") state) @@ -65,7 +65,7 @@ (generation.Bundle anchor expression declaration) (declaration.Bundle anchor expression declaration) (-> expression declaration) Extender - (IO (Try [(declaration.State+ anchor expression declaration) + (IO (Try [(declaration.State anchor expression declaration) Runner Definer])))) (do io.monad -- cgit v1.2.3