LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
liboverload.hh
Go to the documentation of this file.
1 
6 #ifndef OVERLOAD_LIBOVERLOAD_HH
7 # define OVERLOAD_LIBOVERLOAD_HH
8 
9 # include <misc/error.hh>
10 # include <ast/fwd.hh>
11 # include <overload/binder.hh>
12 
16 namespace overload
17 {
18 
27  std::pair<overload::overfun_bindings_type*, misc::error>
28  bind(ast::Ast& tree);
29 
37  types_check(ast::Ast& tree,
38  overload::overfun_bindings_type* overfun_bindings);
39 
40 } // namespace overload
41 
42 #endif // !OVERLOAD_LIBOVERLOAD_HH