generics-eot

所属分类:工具库
开发工具:Haskell
文件大小:0KB
下载次数:0
上传日期:2021-11-09 18:20:16
上 传 者sh-1993
说明:  通用编程库,旨在易于理解,
(A library for generic programming that aims to be easy to understand,)

文件列表:
.ghci (190, 2021-11-09)
.travis.yml (657, 2021-11-09)
.travis/ (0, 2021-11-09)
.travis/install-cabal.sh (213, 2021-11-09)
.travis/run-ci.sh (308, 2021-11-09)
LICENSE (1520, 2021-11-09)
Setup.hs (72, 2021-11-09)
docs/ (0, 2021-11-09)
docs/Makefile (7680, 2021-11-09)
docs/conf.py (9290, 2021-11-09)
docs/index.rst (694, 2021-11-09)
docs/make.bat (7261, 2021-11-09)
docs/requirements.txt (443, 2021-11-09)
docs/tutorial.md (19227, 2021-11-09)
examples/ (0, 2021-11-09)
examples/Catamorphisms.hs (1658, 2021-11-09)
examples/Docs.hs (2234, 2021-11-09)
examples/MinBound.hs (485, 2021-11-09)
examples/ToString.hs (1635, 2021-11-09)
generics-eot.cabal (2312, 2021-11-09)
package.yaml (1028, 2021-11-09)
src/ (0, 2021-11-09)
src/Generics/ (0, 2021-11-09)
src/Generics/Eot.hs (3160, 2021-11-09)
src/Generics/Eot/ (0, 2021-11-09)
src/Generics/Eot/Datatype.hs (3055, 2021-11-09)
src/Generics/Eot/Eot.hs (4031, 2021-11-09)
stack-ghc-7.10.yaml (76, 2021-11-09)
stack-ghc-8.0.yaml (48, 2021-11-09)
stack-ghc-8.2.yaml (38, 2021-11-09)
stack.yaml (48, 2021-11-09)
test/ (0, 2021-11-09)
test/Examples/ (0, 2021-11-09)
test/Examples/CatamorphismsSpec.hs (1200, 2021-11-09)
test/Examples/DocsSpec.hs (1513, 2021-11-09)
test/Examples/MinBoundSpec.hs (364, 2021-11-09)
test/Examples/ToStringSpec.hs (431, 2021-11-09)
test/Generics/ (0, 2021-11-09)
... ...

`generics-eot` is a library for datatype generic programming that tries to be very simple to understand and use. Documentation can be found here: https://generics-eot.readthedocs.io/ ## Alternatives - [`generics-sop`](http://hackage.haskell.org/package/generics-sop) - `generics-eot` is heavily inspired by this awesome package. - There's a fork of `generics-eot` vendored into [`knit`](https://github.com/pkamenarsky/knit): [`knit/vendor/generics-eot`](https://github.com/pkamenarsky/knit/tree/master/vendor/generics-eot). It gives access to field names of record types at the type-level, which the version at [github.com/soenkehahn/generics-eot](https://github.com/soenkehahn/generics-eot) does not. For more discussion, see [here](https://github.com/soenkehahn/generics-eot/pull/26).

近期下载者

相关文件


收藏者