1
2
3
4
5
6
7
use term::Term;

#[derive(Debug, Clone, PartialEq)]
pub struct Token {
    pub term: Term,
    pub position: u32,
}