我在ghci中运行了这些haskell函数,然后获得了那些输出,但我不知道如何解释它.g(x,y)和g(xy)之间有什么区别以及输出的产量.
*Main> let j g (x, y) = g(x,y)
*Main> :t j
j :: ((a, b) -> t) -> (a, b) -> t
*Main> let j g (x, y) = g(x y)
*Main> :t j
j :: (t1 -> t2) -> (t3 -> t1, t3) -> t2
Run Code Online (Sandbox Code Playgroud) 我已经安装了tesseract OCR,它在语言列表中只有'eng'和'osd'。我需要德语。我厌倦了命令
brew install tesseract-ocr-deu
Run Code Online (Sandbox Code Playgroud)
但是我遇到了错误。
Error: No available formula with the name "tesseract-ocr-deu"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Run Code Online (Sandbox Code Playgroud)