MOAL.maths.category_theory package¶
Submodules¶
MOAL.maths.category_theory.cat_basics module¶
-
MOAL.maths.category_theory.cat_basics.dictify(*args, **kwargs)[source]¶ Convert arg to a dict.
- Args:
- arg (mixed) - the thing to convert to a dictionary.
-
MOAL.maths.category_theory.cat_basics.id(thing)[source]¶ Identity function.
- Args:
- thing (mixed) - the thing to return.