symbols: Symbol manipulation

[ bsd3, dependent-types, library ] [ Propose Tags ]
This version is deprecated.

Utilities for manipulating type-level strings natively.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Symbol
      • Data.Symbol.Ascii
      • Examples
        • Data.Symbol.Examples.Printf
      • Data.Symbol.Utils

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.3.0.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.10 && <=5.0) [details]
License BSD-3-Clause
Author Csongor Kiss
Maintainer kiss.csongor.kiss@gmail.com
Category Dependent Types
Source repo head: git clone https://github.com/kcsongor/symbols
Uploaded by kcsongor at 2018-11-29T20:06:46Z
Distributions NixOS:0.3.0.0
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 2838 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-11-29 [all 3 reports]

Readme for symbols-0.2.0.0

[back to package description]

symbols

Manipulate type-level strings.

Available on Hackage

The implementation is described in this blog post.