gap-packages / io

GAP package IO to do input and output
https://gap-packages.github.io/io/
Other
14 stars 14 forks source link

Document dependencies of functions such as ParDoByFork #93

Open ThomasBreuer opened 3 years ago

ThomasBreuer commented 3 years ago

In a discussion in the GAP Forum, it turned out that the function ParDoByFork relies on the fact that the return values can be serialized with IO_Pickle. (Thanks to @frankluebeck for inspecting this.)

This fact must be documented in the IO package manual, for all functions in question.