gpt4 book ai didi

haskell - 是否有隐藏包的 ghci 冒号命令?

转载 作者:行者123 更新时间:2023-12-04 07:52:13 24 4
gpt4 key购买 nike

目前我正在使用 ihaskell 来了解一些库。 IHaskell 仍然很危险,我不能这样做:

-- This doesn't work:   ":ext PackageImports", the kernel hangs
-- This doesn't work: "{-# LANGUAGE PackageImports #-}", the kernel hangs
import Codec.Crypto.RSA.Pure
import qualified "crypto-api" Crypto.Random as CR
import Control.Monad.CryptoRandom

如果没有“PackageImports”,我会收到一条错误消息:
Ambiguous interface for ‘Crypto.Random’: it was found in multiple packages: crypto-api-0.13.2 cryptonite-0.7

我的问题是,ghci 中是否有一个冒号命令可以让我隐藏cryptonite 包?

最佳答案

是的。

:set -hide-package cryptonite

关于haskell - 是否有隐藏包的 ghci 冒号命令?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33040825/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com