Skip to content

Commit 685a17a

Browse files
committed
headings
1 parent 451a26e commit 685a17a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Functors.jl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ export @functor, @flexiblefunctor, fmap, fmapstructure, fcollect
55
include("functor.jl")
66
include("base.jl")
77

8+
9+
###
10+
### Docstrings for basic functionality
11+
###
12+
13+
814
"""
915
Functors.functor(x) = functor(typeof(x), x)
1016
@@ -179,6 +185,12 @@ Foo(Bar([1, 2, 3]), (40, 50, Bar(Foo(6, 7))))
179185
"""
180186
fmap
181187

188+
189+
###
190+
### Extras
191+
###
192+
193+
182194
"""
183195
fmapstructure(f, x; exclude = isleaf)
184196

0 commit comments

Comments
 (0)