From 5ed289050bba7924972700181478cb22e9d69c70 Mon Sep 17 00:00:00 2001 From: alimarin Date: Mon, 25 Mar 2002 15:04:33 +0000 Subject: new implementation of generics git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1062 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/containers.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/containers.icl') diff --git a/frontend/containers.icl b/frontend/containers.icl index dd4e66e..fae67f1 100644 --- a/frontend/containers.icl +++ b/frontend/containers.icl @@ -512,4 +512,4 @@ instance toString (a, b) | toString a & toString b where toString (a, b) = "("+++toString a+++","+++toString b+++")" - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3