1
0
forked from GitHub/gf-core

Add more tests to Params5 which cause it to fail again

Originally found in PhrasebookFre
This commit is contained in:
John J. Camilleri
2021-03-04 13:38:55 +01:00
parent f5886bf447
commit 94f76b9e36
3 changed files with 126 additions and 1 deletions

View File

@@ -16,4 +16,7 @@ abstract Params5 = {
showP : P_ -> S ;
showPQ : P_ -> Q_ -> S ;
showQP : Q_ -> P_ -> S ;
showPQnested : P_ -> Q_ -> S ;
showPPQ : P_ -> Q_ -> S ;
}