All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Lib.Krakatau.ssa.constraints.monad_c.py Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
class MonadConstraint(object):
    def __init__(self):
        self.isBot = True

    def join(*cons): return cons[0]
    def meet(*cons): return cons[0]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy