Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unification

prolog unification resolution

Type Parameter Unification

c# generics unification

Properly working with sets in Prolog

list prolog set unification

How can Prolog derive nonsense results such as 3 < 2?

Why can I pass partially applied type constructors only in type parameter position?

Feature structure unification in minikanren

How does instantiation of higher-rank types and subsumption interact during unification?

In a Warren's Abstract Machine, how does bind work, if one of the arguments is a register?

How to construct values of a higher-rank Coyoneda type in CPS?

is_list/1 and free variables

Deleting all members of a list without unification in Prolog [duplicate]

Finding algorithm to seek argument to satisfy given function's return

What is a unification algorithm?

Prolog: Is f(X) = X unifiable or not?

prolog unification

Extending unification, SICStus-style

Can't deduce f = f₁ from f x = f₁ y?

GHC rejects ST monad code as unable to unify type variables?

`coerce` and instantiation of type variables

haskell unification coerce

Generating run time proofs with type predicates in Idris

Why has "map (filter fst)" the type "[[(Bool, a)]] -> [[(Bool, a)]]"?