All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h Czech (cs)*V interpretu GHCi lze použít příkaz <code>:info</code> k zjištění typu funkce nebo operátoru, zjistěte typ následujících elementů: <code>+, sqrt, succ, max</code>
*Zjistěte informace o typech následujících výrazů a vyhodnoťte je. K tomuto slouží příkaz <code>:type</code>. Je možné zapnout, aby interpret standardně vypsal typ výrazu. Toto jde příkazem <code>:set +t</code> (tuto funkci lze vypnout <code>:unset +t</code>).
 h English (en)*Using the GHCi command <code>:info</code>, learn the type of the following functions (and operators): <code>+, sqrt, succ, max</code>
*Get the information about the data type of following expressions and evaluate them. it is possible using the command <code>:type</code>. You can switch this option on for all commands by <code>:set +t</code> (removing by <code>:unset +t</code>).