Jump to content

Multiplication tables: Difference between revisions

m
Line 2,259:
xs = (\x -> fmt x : drop 2 pad : (
(\y -> if y < x then pad else fmt $ x * y)
<$> range))
<$> range
where
fmt e = drop (length s) (pad ++ s)
9,659

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.