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

morphir.kb.logic.microkanren.scala Maven / Gradle / Ivy

There is a newer version: 0.5.0-M03
Show newest version
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