summaryrefslogtreecommitdiff
path: root/test-suite/output/Record.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Record.out')
-rw-r--r--test-suite/output/Record.out16
1 files changed, 16 insertions, 0 deletions
diff --git a/test-suite/output/Record.out b/test-suite/output/Record.out
index 36d643a4..d45343fe 100644
--- a/test-suite/output/Record.out
+++ b/test-suite/output/Record.out
@@ -14,3 +14,19 @@ build 5
: test_r
build_c 5
: test_c
+fun '(C _ p) => p
+ : N -> True
+fun '{| T := T |} => T
+ : N -> Type
+fun '(C T p) => (T, p)
+ : N -> Type * True
+fun '{| q := p |} => p
+ : M -> True
+fun '{| U := T |} => T
+ : M -> Type
+fun '{| U := T; q := p |} => (T, p)
+ : M -> Type * True
+fun '{| U := T; a := a; q := p |} => (T, p, a)
+ : M -> Type * True * nat
+fun '{| U := T; a := a; q := p |} => (T, p, a)
+ : M -> Type * True * nat