1#
2gap> f:={a,b} -> (a,b);;
3gap> f(2,2^40);
4Error, Permutation: <expr> must be a positive small integer (not a large posit\
5ive integer)
6