winghci
Clearing WinGhci's command prompt (and also its values)
How can I cle开发者_开发问答ar WinGhci\'s (one of Haskell\'s Windows IDEs) command prompt and all the current \"session\" values?You can use :load with no arguments to clear all modules and bindings.[详细]
2023-01-17 00:35 分类:问答Some issues when using WinGHCi
With WinGHCi, how can one implement the following code? soma :: Int -> Int soma 1 = aluno 1 soma n = aluno n + soma (n-1)[详细]
2023-01-16 22:15 分类:问答