unification 0.1.3 copy "unification: ^0.1.3" to clipboard
unification: ^0.1.3 copied to clipboard

outdated

Unification is an implementation of logical first-order unification. It follows Robinson's algorithm, and uses trampolining to avoid stack size limitation issues.

Changelog #

0.0.1 #

  • Initial release.

0.0.2 #

  • Updated to use Dart 2.1.0
  • Added Examples

0.1.0 #

  • Fixed dependencies.

0.1.1 #

  • Fixed some minor issues discovered by pana.

0.1.2 #

  • term data structures into separate file.
  • improved comments and docs.
1
likes
0
pub points
0%
popularity

Publisher

verified publisherwelopment.com

Unification is an implementation of logical first-order unification. It follows Robinson's algorithm, and uses trampolining to avoid stack size limitation issues.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

tailcalls

More

Packages that depend on unification