Wismill

Results 73 issues of Wismill

Currently this package supports only `finite` integrals, but `Integer` and `Natural` are also common. Add support for unbounded integrals: - [x] Decimal - [ ] Hexadecimal Also add related tests...

Simplify code and allow direct mapping of keys. The new keys are only supported by XKB atm.

enhancement

@harendra-kumar I think #106 is worth a new release.

Follow-up of #107. Added comparison to ICU.

I plan to work here on performance. I may introduce breaking changes when I encounter a discutable design decision.

```haskell >>> isAlphabetic '\x345' True >>> isAlphaNum '\x345' False ```

- Rename the package `unicode-data` to `unicode-data-core` and create the all-in-one package `unicode-data`. - Use the new version scheme. Note: This is currently based on #92 and will need to...

Following discussion in [PR #75](https://github.com/composewell/unicode-data/pull/75#issuecomment-1246419483): > To avoid making too many packages we can possibly have just two packages, we can call the lightweight package as unicode-data-core and bundle everything...