feat(frontends/lean/parse_table): add typedef for notation::parse_table
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
439b6c1e96
commit
af0c93e0eb
1 changed files with 1 additions and 0 deletions
|
@ -118,5 +118,6 @@ public:
|
||||||
void for_each(std::function<void(unsigned, transition const *, list<expr> const &)> const & fn) const;
|
void for_each(std::function<void(unsigned, transition const *, list<expr> const &)> const & fn) const;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
typedef notation::parse_table parse_table;
|
||||||
void open_parse_table(lua_State * L);
|
void open_parse_table(lua_State * L);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue