summaryrefslogtreecommitdiff
path: root/tiger-compiler/src/combine/type-checker.cc
blob: 67cbfbcc09690777b26636ec4e295e2e5a496586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 ** \file combine/type-checker.cc
 ** \brief Implementation for combine/type-checker.hh.
 */

#include <ast/all.hh>
#include <combine/type-checker.hh>
#include <type/types.hh>

namespace combine
{
  // FIXME: Some code was deleted here.

} // namespace combine