如何在main中打印haskell表达式的类型?

时间:2016-11-17 01:14:46

标签: haskell

我在.hs文件中编写代码,所以我想在main中打印表达式的类型。假设我有以下代码:

main :: IO ()
main = do
    ...
    let l = fmap getFirstElem listOfURL
    print (:type l)) --print the type of l

是否有相当于:GHCi Prelude中的类型?

0 个答案:

没有答案