let string_repeat s n = String.concat "" (Array.to_list (Array.make n s)) ;;