morphir.kb.logic.microkanren.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of morphir-contrib-knowledge_3 Show documentation
Show all versions of morphir-contrib-knowledge_3 Show documentation
The morphir[3.3.3].contrib.knowledge.jvm.artifactName package
package morphir.knowledge.logic
object microkanren extends Kernel {
implicit class MicrokanrenSyntax[A](val self: A) extends AnyVal {
def ===[B](that: B): Goal = equal(self, that)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy