unification 0.0.1+2 copy "unification: ^0.0.1+2" to clipboard
unification: ^0.0.1+2 copied to clipboard

outdated

unification using trampolining

example/example.dart

import '../lib/unification.dart';
import 'dart:collection';

void main() {

  var res1 = unify(
    List()
      ..add(
        new Tupl(
          1,
          new Var("a"),
        ),
      ),
  );

  var res2 = unify(
    List()
      ..add(
        new Tupl(
          new Var("a"),
          new Var("b"),
        ),
      ),
  );
  
}
1
likes
0
pub points
0%
popularity

Publisher

verified publisherwelopment.com

unification using trampolining

Homepage

License

unknown (LICENSE)

Dependencies

tailcalls

More

Packages that depend on unification