horname: Rename function definitions returned by SMT solvers

[ bsd3, library, program, web ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.2.0.0
Dependencies base (>=4.9 && <5), containers (>=0.5 && <0.6), horname, megaparsec (>=5.0 && <5.3), optparse-applicative (>=0.12 && <0.14), text (>=1.2 && <1.3), these (>=0.7 && <0.8), uniplate (>=1.6 && <1.7), wl-pprint-text (>=1.1 && <1.2) [details]
License BSD-3-Clause
Copyright (C) 2016 Moritz Kiefer
Author Moritz Kiefer
Maintainer value
Revised Revision 1 made by cocreature at 2017-02-13T19:37:44Z
Category Web
Home page https://github.com/cocreature/horname#readme
Uploaded by cocreature at 2016-12-20T20:17:28Z
Distributions
Executables horname
Downloads 3056 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-12-20 [all 1 reports]

Readme for horname-0.1.3.0

[back to package description]

horname

Build Status

Parses define-fun clauses output by SMT solvers and renames the variables according to annotations of the form

; :annot (INV_MAIN_42 i j n i j)

in the original SMT. The SMT-LIB standard itself does not allow naming arguments in a function declaration.