Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isubasinghe/gordian-gen
Tool to generate smt specification from haskell specification for use in Gordian
https://github.com/isubasinghe/gordian-gen
Last synced: 26 days ago
JSON representation
Tool to generate smt specification from haskell specification for use in Gordian
- Host: GitHub
- URL: https://github.com/isubasinghe/gordian-gen
- Owner: isubasinghe
- License: bsd-2-clause
- Created: 2023-08-02T07:36:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T01:16:40.000Z (4 months ago)
- Last Synced: 2024-07-12T02:46:45.362Z (4 months ago)
- Language: Haskell
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gordian-gen
This project/experiment is considered **dead**, however this was an experiment to
add some type checking and automation/correctness into how BitVectors were generated from Haskell ADTs.Unfortunately, this codebase is pretty impenetrable, but will also provide a lot of fun for the Haskell enthusiast.
The core idea of how auto derivation works can be found in `BitVecRepr.hs`, specs can also be written
like as performed in `CoreAbstract.hs`.