Skip to content

Commit 06f68a5

Browse files
committed
update docs
1 parent f34b6f2 commit 06f68a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

MODULE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,10 @@
111111

112112
### Values
113113

114-
_tail :: forall f a. Cofree f a -> Trampoline (f (Cofree f a))
115-
116114
head :: forall f a. Cofree f a -> a
117115

118116
mkCofree :: forall f a. a -> f (Cofree f a) -> Cofree f a
119117

120-
mkCofree' :: forall f a. a -> Lazy (f (Cofree f a)) -> Cofree f a
121-
122118
tail :: forall f a. Cofree f a -> f (Cofree f a)
123119

124120

0 commit comments

Comments
 (0)