Enum gdl_parser::Sentence
[-] [+]
[src]
pub enum Sentence { PropSentence(Proposition), RelSentence(Relation), }
A GDL sentence is like a Rule
without a body. The two types of Sentence
s are Relation
s
and Proposition
s
Variants
PropSentence | A proposition sentence |
RelSentence | A relation sentence |