An open API service indexing awesome lists of open source software.

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"

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.