gpt4 book ai didi

haskell - 无法为关联数据系列派生 Typeable

转载 作者:行者123 更新时间:2023-12-02 16:48:07 25 4
gpt4 key购买 nike

我正在尝试为关联的数据系列派生Typeable,如下所示:

{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE TypeFamilies #-}
module Test where

import Data.Typeable

class Test a where
data DTest a :: *

instance Test () where
data DTest () = Foo
deriving Typeable

但是我收到以下错误消息,这让我有点困惑:

[1 of 1] Compiling Test             ( test.hs, test.o )

test.hs:12:14:
Cannot eta-reduce to an instance of form
instance (...) => Typeable DTest
In the data instance declaration for ‘DTest’

有人可以详细说明这里出了什么问题吗?

最佳答案

好的,这似乎与 ghc 7.8.4 有关。我尝试了相同的代码片段ghc 7.10.1 并编译。

关于haskell - 无法为关联数据系列派生 Typeable,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29994790/

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