Lib.Krakatau.ssa.constraints.monad_c.py Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of krakatau-lib Show documentation
Show all versions of krakatau-lib Show documentation
Assembler, disassebmler, decompiler and compiler tools library for Java.
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