horname: Rename function definitions returned by SMT solvers

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

Please see README.md


[Skip to Readme]

Downloads

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.2), 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
Category Web
Home page https://github.com/cocreature/horname#readme
Uploaded by cocreature at 2016-12-17T20:25:38Z
Distributions
Executables horname
Downloads 3050 total (12 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-17 [all 1 reports]

Readme for horname-0.1.0.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.