aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/abstract/comonad/free.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/abstract/comonad/free.lux')
-rw-r--r--stdlib/source/documentation/lux/abstract/comonad/free.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/abstract/comonad/free.lux b/stdlib/source/documentation/lux/abstract/comonad/free.lux
index 178ce809f..9f8c966a9 100644
--- a/stdlib/source/documentation/lux/abstract/comonad/free.lux
+++ b/stdlib/source/documentation/lux/abstract/comonad/free.lux
@@ -9,8 +9,8 @@
(.List $.Module)
($.module /._
""
- [($.default /.functor)
- ($.default /.comonad)
+ [($.definition /.functor)
+ ($.definition /.comonad)
($.definition (/.Free ! it)
"The Free CoMonad.")]