https://github.com/goldfirere/th-desugar
Last synced: about 1 month ago
Repository metadata:
Desugars Template Haskell abstract syntax to a simpler format without changing semantics
- Host: GitHub
- URL: https://github.com/goldfirere/th-desugar
- Owner: goldfirere
- License: bsd-3-clause
- Created: 2013-08-26T20:26:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T10:33:19.000Z (about 2 months ago)
- Last Synced: 2024-10-29T20:37:41.171Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 1.07 MB
- Stars: 20
- Watchers: 6
- Forks: 13
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Owner metadata:
- Name: Richard Eisenberg
- Login: goldfirere
- Email:
- Kind: user
- Description: I'm a language designer at @janestreet, focusing on type system improvements. I'm also a core contributor in the Haskell ecosystem.
- Website: https://richarde.dev/
- Location: Philadelphia, PA
- Twitter: RaeHaskell
- Company: @janestreet
- Icon url: https://avatars.githubusercontent.com/u/1958003?v=4
- Repositories: 24
- Last Synced at: 2023-04-03T19:42:17.666Z
- Profile URL: https://github.com/goldfirere
- Sponsor URL:
Committers metadata
Last synced: about 2 months ago
Total Commits: 403
Total Committers: 15
Avg Commits per committer: 26.867
Development Distribution Score (DDS): 0.476
Commits in past year: 33
Committers in past year: 2
Avg Commits per committer in past year: 16.5
Development Distribution Score (DDS) in past year: 0.424
Name | Commits | |
---|---|---|
Ryan Scott | r****t@g****m | 211 |
Richard Eisenberg | e****r@c****u | 118 |
Ryan Scott | r****t@g****m | 21 |
Christiaan Baaij | c****j@g****m | 17 |
Richard Eisenberg | r****e@c****u | 11 |
David Fox | d****f@s****m | 8 |
Daniel Schüssler | h****h@g****m | 5 |
Richard Eisenberg | e****r@s****u | 3 |
Jan Stolarek | j****k@p****l | 2 |
Mathieu Boespflug | m@t****o | 2 |
Ben Gamari | b****n@s****g | 1 |
RyanGlScott | r****t@k****u | 1 |
Sergei Trofimovich | s****x@g****g | 1 |
Felix Yan | f****s@a****g | 1 |
Vekhir | 1****r | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 47,070 total
- Total dependent packages: 7
- Total dependent repositories: 156
- Total versions: 31
- Total maintainers: 2
hackage: th-desugar
This package provides the Language.Haskell.TH.Desugar module, which desugars Template Haskell's rich encoding of Haskell syntax into a simpler encoding. This desugaring discards surface syntax information (such as the use of infix operators) but retains the original meaning of the TH code. The intended use of this package is as a preprocessor for more advanced code manipulation tools. Note that the input to any of the ds... functions should be produced from a TH quote, using the syntax [| ... |]. If the input to these functions is a hand-coded TH syntax tree, the results may be unpredictable. In particular, it is likely that promoted datatypes will not work as expected.
- Homepage: https://github.com/goldfirere/th-desugar
- Licenses: BSD-3-Clause
- Latest release: 1.13.1 (published over 2 years ago)
- Last Synced: 2024-11-11T01:36:55.770Z (about 1 month ago)
- Versions: 31
- Dependent Packages: 7
- Dependent Repositories: 156
- Downloads: 47,070 Total
-
Rankings:
- Downloads: 2.967%
- Dependent repos count: 3.204%
- Dependent packages count: 3.899%
- Average: 7.422%
- Forks count: 10.11%
- Stargazers count: 16.931%
- Maintainers (2)
Dependencies
- base >=4.9 && <5
- containers >=0.5
- ghc-prim *
- mtl >=2.1 && <2.4
- ordered-containers >=0.2.2
- syb >=0.4
- template-haskell >=2.11 && <2.20
- th-abstraction ==0.4.*
- th-lift >=0.6.1
- th-orphans >=0.13.7
- transformers-compat >=0.6.3
- HUnit >=1.2 test
- base ==4.* test
- containers >=0.5 test
- hspec >=1.3 test
- mtl >=2.1 test
- syb >=0.4 test
- template-haskell * test
- th-abstraction ==0.4.* test
- th-desugar * test
- th-lift >=0.6.1 test
- th-orphans >=0.13.9 test
- actions/cache v2 composite
- actions/checkout v2 composite