ihaskell-symtegration: IHaskell extension for making the use of Symtegration more seamless.

[ apache, development, ihaskell, integration, library, symbolic-computation ] [ Propose Tags ] [ Report a vulnerability ]

IHaskell extension for making the use of Symtegration more seamless. See the README on GitHub for more information.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <4.22), ihaskell (>=0.11 && <0.13), symtegration (>=0.6 && <0.7), text (>=1 && <3) [details]
Tested with ghc ==9.8.4 || ==9.6.6 || ==9.6.4
License Apache-2.0
Copyright Copyright 2025 Yoo Chung
Author Yoo Chung
Maintainer dev@chungyc.org
Category Development, Symbolic Computation
Home page https://symtegration.dev/
Bug tracker https://github.com/symtegration/ihaskell/issues
Source repo head: git clone https://github.com/symtegration/ihaskell
Uploaded by chungyc at 2025-02-01T14:59:33Z
Distributions
Downloads 14 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-02-01 [all 1 reports]

Readme for ihaskell-symtegration-0.1.0

[back to package description]

Symtegration in IHaskell

IHaskell extension for making the use of Symtegration more seamless with IHaskell.

For example, the integral from the following will be rendered as a mathematical expression.

Example of integral rendered by IHaskell

Build OpenSSF Scorecard

Installation

To use with a local IHaskell installation, include extra dependencies in stack.yaml. For example,

extra-deps:
- symtegration-0.6.1
- ihaskell-symtegration-0.1.0

Once the extra dependencies are built and installed, they should be available for use within IHaskell.

$ stack install symtegration ihaskell-symtegration

Changes

See CHANGELOG.md for what has changed.

Code of conduct

Be nice; see CODE_OF_CONDUCT.md for details.

Security policy

See SECURITY.md for details.

Contributing

See CONTRIBUTING.md for details.

License

Apache 2.0; see LICENSE for details.