Skip to content

Releases: djspiewak/skolems

v0.1.2

22 Nov 16:38
v0.1.2
68eac34
Compare
Choose a tag to compare

v0.1.1

19 Nov 04:04
v0.1.1
Compare
Choose a tag to compare
  • Support for Scala 2.11

v0.1.0

19 Nov 00:28
v0.1.0
Compare
Choose a tag to compare

First release! Getting things rolling. Proof of concept on the implicit materialization stuff, but we only have half of it right now (i.e. you cannot materialize a fully-instantiated instance from a quantified one, but you can materialize a quantified instance from a let-bound uninstantiated definition). I expect to stabilize this library very quickly, but some things that are still coming down the pipe:

  • Properly motivated implicit materialization for Exists
  • Bidirectional materialization for Forall (right now, we have half of this; it'll require a macro)
  • Potentially unboxed encodings for both Forall and Exists (both can be done as type tags, rather than as concrete on-heap values)