src/CCL/CCL.ML
changeset 1459 d12da312eff4
parent 1087 c1ccf6679a96
child 1963 a4abf41134e2
--- a/src/CCL/CCL.ML	Mon Jan 29 13:56:41 1996 +0100
+++ b/src/CCL/CCL.ML	Mon Jan 29 13:58:15 1996 +0100
@@ -1,6 +1,6 @@
-(*  Title: 	CCL/ccl
+(*  Title:      CCL/ccl
     ID:         $Id$
-    Author: 	Martin Coen, Cambridge University Computer Laboratory
+    Author:     Martin Coen, Cambridge University Computer Laboratory
     Copyright   1993  University of Cambridge
 
 For ccl.thy.
@@ -89,7 +89,7 @@
          | arg_str n a s = arg_str (n-1) a ("," ^ a ^ (chr((ord "a")+n-1)) ^ s);
            val sg = sign_of thy;
            val T = case Sign.const_type sg sy of
-  		            None => error(sy^" not declared") | Some(T) => T;
+                            None => error(sy^" not declared") | Some(T) => T;
            val arity = length (fst (strip_type T));
        in sy ^ (arg_str arity name "") end;