Search code examples
Most General Unifier (Prolog)...


prologunification

Read More
When can I safely avoid storing temporary calculations in Prolog?...


prologarithmetic-expressionsunification

Read More
How can I map discriminated unions to concrete types (like classes) via a factory function in Typesc...


typescripttypesdiscriminated-unionstatic-typingunification

Read More
What's the role of unification in Coq's core type system?...


coqdependent-typetype-systemstheorem-provingunification

Read More
Implementing the Prolog Unification algorithm in Python? Backtracking...


pythonalgorithmprologbacktrackingunification

Read More
What is a unification algorithm?...


algorithmf#functional-programmingprologunification

Read More
Coq: Unification fails with record...


recordcoqdependent-typeunification

Read More
Extending unification, SICStus-style...


prologunificationsicstus-prolog

Read More
Why doesn't X-0 match with 20?...


prologunification

Read More
SWI-Prolog predicates member and nth1 without unification?...


prologswi-prologunification

Read More
Why does SWI-Prolog unify a quoted and unquoted string (without spaces) to the same rule?...


prologunificationiso-prologunify

Read More
Deleting all members of a list without unification in Prolog...


listprologunificationprolog-dif

Read More
Silly detail enquiry about Prolog unification...


listprologunificationcons

Read More
Custom data structure syntax in Prolog...


data-structuresprologsyntactic-sugarunification

Read More
Why does introducing numbero in minikanren cause the failure of valid unifications?...


logic-programmingunificationminikanren

Read More
Is there a non-unifying alternative to member/2 in SWI-Prolog?...


prologunification

Read More
Logic Programming: Solve the term constraint f(X; Y; g(a)) = f(g(Y ); Z; X)...


prologconstraintsunification

Read More
How does unification algorithm actually work?...


prologunification

Read More
Can the unification algorithm in Prolog recurse infinitely?...


recursionprologswi-prologinfiniteunification

Read More
Unification with STO detection...


algorithmprologunificationiso-prologoccurs-check

Read More
Do modern Prolog compilers optimize away the occurs check automatically, when it's safe?...


compilationprologcompiler-optimizationunificationoccurs-check

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


haskellhigher-kinded-typesunificationhigher-order-types

Read More
Prolog - Unification of complex terms...


prologunification

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


haskellunificationhigher-rank-types

Read More
What is \= in Swi-Prolog...


prologunification

Read More
Prolog - How can I return a list where each element appears only once?...


listprologlogicunification

Read More
Why double negation doesn't bind in Prolog...


prologsemanticsunificationnegation

Read More
What is the difference between == and = in Prolog?...


prologcomparisonoperatorsequalityunification

Read More
How to reproduce GHC's type error for a rigid type variable escaping its scope?...


haskelltype-systemsunificationhigher-rank-types

Read More
Requires MonadPlus (ST a) Instance...


haskellmonad-transformersunificationst-monadmonadplus

Read More
BackNext