Esempio n. 1
0
discr_tree::node & discr_tree::node::operator=(node const & n) { LEAN_COPY_REF(n); }
Esempio n. 2
0
macro_definition & macro_definition::operator=(macro_definition const & s) { LEAN_COPY_REF(s); }
Esempio n. 3
0
environment_id & environment_id::operator=(environment_id const & s) { m_depth = s.m_depth; LEAN_COPY_REF(s); }
Esempio n. 4
0
parse_table & parse_table::operator=(parse_table const & s) { LEAN_COPY_REF(s); }
Esempio n. 5
0
level & level::operator=(level const & l) { LEAN_COPY_REF(l); }
Esempio n. 6
0
declaration & declaration::operator=(declaration const & s) { LEAN_COPY_REF(s); }