Add sym.xor (#1397)

This commit is contained in:
figsoda 2023-06-06 16:37:33 -04:00 committed by GitHub
parent 6ea98dd940
commit e57f143858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -396,6 +396,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
not: '¬', not: '¬',
and: ['∧', big: '', curly: '', dot: '', double: ''], and: ['∧', big: '', curly: '', dot: '', double: ''],
or: ['', big: '', curly: '', dot: '', double: ''], or: ['', big: '', curly: '', dot: '', double: ''],
xor: ['⊕', big: ''],
models: '', models: '',
therefore: '', therefore: '',
because: '', because: '',