<- (*2); z <- (/2); pure [x, y, z]
do x <- (+3); y <- (*2); z <- (/2); pure [x, y, z]
:: Fractional t => t -> [t]
возможно
Обсуждают сегодня