File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ def _get_project_meta():
165
165
),
166
166
'github_user' : 'dry-python' ,
167
167
'github_repo' : 'returns' ,
168
+ 'color' : '#E8371A' ,
168
169
}
169
170
170
171
# Add any paths that contain custom static files (such as style sheets) here,
Original file line number Diff line number Diff line change @@ -239,21 +239,6 @@ us to create our custom bindable.
239
239
>> > bag_of_peanuts: Bag[Peanuts] = Bag(Peanuts(10 ))
240
240
>> > assert bag_of_peanuts.bind(get_half) == Bag(Peanuts(5 ))
241
241
242
-
243
- Applicative
244
- -----------
245
-
246
- .. currentmodule :: returns.interfaces.applicative
247
-
248
- Laws
249
- ~~~~
250
-
251
-
252
- Container
253
- ---------
254
-
255
- .. currentmodule :: returns.interfaces.container
256
-
257
242
Laws
258
243
~~~~
259
244
@@ -301,6 +286,21 @@ respect three new laws.
301
286
... )
302
287
303
288
289
+ Applicative
290
+ -----------
291
+
292
+ .. currentmodule :: returns.interfaces.applicative
293
+
294
+ Laws
295
+ ~~~~
296
+
297
+
298
+ Container
299
+ ---------
300
+
301
+ .. currentmodule :: returns.interfaces.container
302
+
303
+
304
304
More!
305
305
-----
306
306
You can’t perform that action at this time.
0 commit comments