Enum gdl_parser::Literal
[-] [+]
[src]
pub enum Literal {
NotLit(Not),
OrLit(Or),
DistinctLit(Distinct),
PropLit(Proposition),
RelLit(Relation),
}A GDL literal
Variants
NotLit | |
OrLit | |
DistinctLit | |
PropLit | |
RelLit |