Variable *UNIFY-STRING-CASE-SENSITIVE-P*
Package:
COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.UNIFICATION
Value Type:
A generalized boolean.
Initial Value:
NIL
Description:
The value of *UNIFY-STRING-CASE-SENSITIVE-P* controls the
behavior of the UNIFY method with signature (string string)
.
If T (the default), the method will use STRING= to test for
equality of the two strings. Otherwise, the UNIFY method will use STRING-EQUAL.
Affected By:
None.
Exceptional Situations:
None.
See Also:
UNIFY
Notes:
None.