Haskell declare same function in ghci and in .hs file. Different results

后端 未结 0 906
一生所求
一生所求 2020-12-24 04:28
  1. run ghci
  2. enter testFn = abs
  3. :t testFn
  4. :t abs

expect the result :t to print

相关标签:
回答
  • 消灭零回复
提交回复
热议问题