|
|
|
|
|
by steveklabnik
2082 days ago
|
|
Libraries can declare "I require semantic x or semantic y." Applications can as well. If an application says it needs semantic x, and a library says it requires semantic y, you get a compile error. Most libraries do not depend on a particular semantic, in my experience. |
|