Changeset 943bfad for src/ResolvExpr/Unify.cc
- Timestamp:
- Jul 1, 2021, 12:13:36 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1f45c7d, d5f6a14
- Parents:
- ea593a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Unify.cc
rea593a3 r943bfad 1044 1044 } 1045 1045 1046 return { new ast::TupleType{ std::move(out) }};1046 return new ast::TupleType{ std::move(out) }; 1047 1047 } 1048 1048
Note: See TracChangeset
for help on using the changeset viewer.