diff options
-rw-r--r-- | test-suite/output/Nametab.out | 36 | ||||
-rw-r--r-- | test-suite/output/Notations.out | 16 | ||||
-rw-r--r-- | test-suite/output/TranspModtype.out | 10 |
3 files changed, 62 insertions, 0 deletions
diff --git a/test-suite/output/Nametab.out b/test-suite/output/Nametab.out new file mode 100644 index 000000000..d0f15f0ed --- /dev/null +++ b/test-suite/output/Nametab.out @@ -0,0 +1,36 @@ +Constant Top.Q.N.K.id + (shorter name to refer to it in current context is Q.N.K.id) +Constant Top.Q.N.K.id + (shorter name to refer to it in current context is Q.N.K.id) +Constant Top.Q.N.K.id + (shorter name to refer to it in current context is Q.N.K.id) +Constant Top.Q.N.K.id +Constant Top.Q.N.K.id + (shorter name to refer to it in current context is Q.N.K.id) +No module is referred to by basename K +No module is referred to by name N.K +Module Top.Q.N.K +Module Top.Q.N.K +No module is referred to by basename N +Module Top.Q.N +Module Top.Q.N +Module Top.Q +Module Top.Q +Constant Top.Q.N.K.id + (shorter name to refer to it in current context is K.id) +Constant Top.Q.N.K.id +Constant Top.Q.N.K.id + (shorter name to refer to it in current context is K.id) +Constant Top.Q.N.K.id + (shorter name to refer to it in current context is K.id) +Constant Top.Q.N.K.id + (shorter name to refer to it in current context is K.id) +Module Top.Q.N.K +No module is referred to by name N.K +Module Top.Q.N.K +Module Top.Q.N.K +No module is referred to by basename N +Module Top.Q.N +Module Top.Q.N +Module Top.Q +Module Top.Q diff --git a/test-suite/output/Notations.out b/test-suite/output/Notations.out new file mode 100644 index 000000000..3a2548ddd --- /dev/null +++ b/test-suite/output/Notations.out @@ -0,0 +1,16 @@ +true ? 0; 1 + : nat +if true as x return (x ? nat; bool) then 0 else true + : true ? nat; bool +Defining 'proj1' as keyword +fun e : nat * nat => proj1 e + : nat * nat -> nat +Defining 'decomp' as keyword +decomp (true, true) as t, u in (t, u) + : bool * bool +!(0 = 0) + : Prop +forall n : nat, n = 0 + : Prop +!(0 = 0) + : Prop diff --git a/test-suite/output/TranspModtype.out b/test-suite/output/TranspModtype.out new file mode 100644 index 000000000..41e8648bc --- /dev/null +++ b/test-suite/output/TranspModtype.out @@ -0,0 +1,10 @@ +TrM.A = M.A + : Set + +OpM.A = M.A + : Set + +TrM.B = M.B + : Set + +*** [ OpM.B : Set ] |