summaryrefslogtreecommitdiff
path: root/tiger-compiler/tcsh/src/tiger_combine.i
blob: 5ac5278a08b680928dc25dd467813a0a33a63324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-

%module tiger_combine

%include "std_pair.i"

%{
  #include <combine/libcombine.hh>
  using namespace combine;
%}

%template() std::pair<overload::overfun_bindings_type, misc::error>;

%include "combine/libcombine.hh"