aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/control/region.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/control/region.lux')
-rw-r--r--stdlib/source/lux/control/region.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/control/region.lux b/stdlib/source/lux/control/region.lux
index f707a748e..5b2a6fef1 100644
--- a/stdlib/source/lux/control/region.lux
+++ b/stdlib/source/lux/control/region.lux
@@ -68,7 +68,7 @@
cleaners)
(#try.Success value)])))
-(structure: #export (functor super)
+(implementation: #export (functor super)
(All [!]
(-> (Functor !)
(All [r] (Functor (Region r !)))))
@@ -86,7 +86,7 @@
(#try.Failure error))])
(fa region+cleaners))))))
-(structure: #export (apply super)
+(implementation: #export (apply super)
(All [!]
(-> (Monad !)
(All [r] (Apply (Region r !)))))
@@ -111,7 +111,7 @@
(#try.Failure error)
(wrap [cleaners (#try.Failure error)]))))))
-(structure: #export (monad super)
+(implementation: #export (monad super)
(All [!]
(-> (Monad !)
(All [r] (Monad (Region r !)))))