We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The method induceSpanMorphism of the FindMorphism class will sometimes generate an invalid morphism, since the desired morphism doesn't always exist.
induceSpanMorphism
FindMorphism
This should be documented, or even better, it should return Nothing when the morphism doesn't exist.
Nothing
The text was updated successfully, but these errors were encountered:
Maybe this function should be moved from FindMorphisms, since it does no implement the "intuitive" behaviour of other functions in that Type Class.
Sorry, something went wrong.
jsbezerra
No branches or pull requests
The method
induceSpanMorphism
of theFindMorphism
class will sometimes generate an invalid morphism, since the desired morphism doesn't always exist.This should be documented, or even better, it should return
Nothing
when the morphism doesn't exist.The text was updated successfully, but these errors were encountered: