Pretty-print constrained types correctly

This commit is contained in:
Brian Anderson 2011-08-18 23:40:18 -07:00
parent 09e21fe2b9
commit cc2ebbec92
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,3 @@
// xfail-pretty
// -*- rust -*-
tag list { cons(int, @list); nil; }