pwm / logict-sequence

A variation of the LogicT monad with better asymptotics from the Reflection without Remorse paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell-CI

LogicT-Sequence

Provides a variant of the LogicT monad that should have asymptotically better performance when frequently observing results. This is based on the the Reflection without Remorse paper. I created this package mainly because the code from the paper was not easy to use as a library.

Please see the LogicT paper for examples on how to use this monad.

About

A variation of the LogicT monad with better asymptotics from the Reflection without Remorse paper

License:MIT License


Languages

Language:Haskell 99.6%Language:C 0.4%