aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite/compiler/1872445.spad
blob: 93541dcf11161e8b1f936210287c63802b3547e2 (plain)
1
2
3
4
5
6
7
-- Contributed by Luke Wagner
)abbrev domain TEST Test
Test(): with
    foo: Integer -> Integer
  == add
    Rep := Record(a: Integer, b: Test)
    foo i == i