标签: mongodb haskell
我使用mongoDB扩展程序,在某些时候我看到了这个
mongoDB
["author" =: "Mike"]
我想知道=:的作用。我怎么找到它?谷歌没办法。
=:
我尝试将模块导入ghci并执行:t (=:),但是mongoDB没有公开=:函数,它只是被它使用,所以我仍然获得variable not in scope。
ghci
:t (=:)
variable not in scope
如何在没有这样有用名称的情况下找出函数的含义和签名?