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:
Leonardo de Moura 2014-06-09 15:54:56 -07:00
parent 439b6c1e96
commit af0c93e0eb

View file

@ -118,5 +118,6 @@ public:
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);
}