gpt4 book ai didi

serialization - Data.Binary(或 friend ?)是否有模板 Haskell/派生机制

转载 作者:行者123 更新时间:2023-12-04 10:05:14 25 4
gpt4 key购买 nike

Data.Binary文档显示手动编写实例。有没有解决的办法?我看到了here还有另一个库 SerTH,它有一个(基于 Haskell 的模板)派生机制,但它的链接似乎断开了。此外,如果您了解其他库,那么良好的性能对我们来说至关重要。

先感谢您!

最佳答案

http://hackage.haskell.org/packages/archive/binary/0.7.1.0/doc/html/Data-Binary.html#g:3

 {-# LANGUAGE DeriveGeneric #-}

import Data.Binary
import GHC.Generics (Generic)

data Foo = Foo
deriving (Generic)

-- GHC will automatically fill out the instance
instance Binary Foo

关于serialization - Data.Binary(或 friend ?)是否有模板 Haskell/派生机制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8714692/

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