https://github.com/probcomp/haskell-trace-types
Prototype of the system described in "Trace Types and Denotational Semantics for Sound Programmable Inference in Probabilistic Languages"
https://github.com/probcomp/haskell-trace-types
Last synced: 11 months ago
JSON representation
Prototype of the system described in "Trace Types and Denotational Semantics for Sound Programmable Inference in Probabilistic Languages"
- Host: GitHub
- URL: https://github.com/probcomp/haskell-trace-types
- Owner: probcomp
- License: mit
- Created: 2020-01-04T22:52:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T23:17:26.000Z (about 6 years ago)
- Last Synced: 2025-05-08T22:58:04.559Z (11 months ago)
- Language: Haskell
- Size: 13.7 KB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell-trace-types
Haskell prototype of the system described in [Trace Types and Denotational Semantics for Sound Programmable Inference in Probabilistic Languages](https://dl.acm.org/doi/10.1145/3371087).
Run `stack ghci` to start an interactive prompt
with definitions from `TraceTypes` and `BasicExamples`
available.