verifiable-expressions: An intermediate language for Hoare logic style verification.

[ apache, language, library ] [ Propose Tags ] [ Report a vulnerability ]
Versions [RSS] 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.3
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), containers (>=0.5.7 && <0.7), lens (>=4.16.1 && <5.5), mtl (>=2.0 && <3), sbv (>=8.0 && <10 || >=10.0 && <11), transformers (>=0.5 && <0.7), union (>=0.1.2 && <0.2), vinyl (>=0.14.3 && <0.15) [details]
Tested with ghc ==9.0, ghc ==9.2, ghc ==9.4, ghc ==9.6, ghc ==9.8, ghc ==9.10, ghc ==9.12
License Apache-2.0
Author Bradley Hardy
Maintainer madgenhetic@gmail.com
Category Language
Home page https://github.com/camfort/verifiable-expressions#readme
Bug tracker https://github.com/camfort/verifiable-expressions/issues
Source repo head: git clone https://github.com/camfort/verifiable-expressions
Uploaded by mdanish at 2025-09-29T10:47:03Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 2102 total (11 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-09-29 [all 1 reports]

Readme for verifiable-expressions-0.6.3

[back to package description]

Verifiable Expressions

Intermediate language for Hoare Logic style verification and useful combinators.

Please see Language.Expression.Example for how to use this library.