commit 84e1f15e5bcf6e89525326af12bc643827c62fa6 parent 56f58a1ddf689f158d67b0278e7f92107b2f5b38 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Fri, 5 May 2017 03:44:50 +0200 Typo, again Diffstat:
| M | test/test-contracts-to-types.rkt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test-contracts-to-types.rkt b/test/test-contracts-to-types.rkt @@ -51,6 +51,6 @@ W) number? string?)) - '(Rec W (U (Pairof (Rec R (U (Pairof R W) Null)) W) + '(Rec W (U (Pairof (Rec R (U (Pairof W R) Null)) W) Number String))) \ No newline at end of file