Index: libcfa/src/gmp.hfa
===================================================================
--- libcfa/src/gmp.hfa	(revision d231700d6ebda52b790c9c45a3fe6bbb1022aec2)
+++ libcfa/src/gmp.hfa	(revision 1f652a7e0ec4e4f8b9e1e8d79227d56570f456ce)
@@ -255,5 +255,5 @@
 
 	// I/O
-	forall( dtype istype | istream( istype ) )
+	forall( istype & | istream( istype ) )
 		istype & ?|?( istype & is, Int & mp ) {
 		gmp_scanf( "%Zd", &mp );
@@ -261,5 +261,5 @@
 	} // ?|?
 
-	forall( dtype ostype | ostream( ostype ) ) {
+	forall( ostype & | ostream( ostype ) ) {
 		ostype & ?|?( ostype & os, Int mp ) {
 			if ( $sepPrt( os ) ) fmt( os, "%s", $sepGetCur( os ) );
