logoalt Hacker News

MarkusQtoday at 5:50 PM1 replyview on HN

Shouldn't it be:

``` type lazy_bdd() = :top or :bottom or {type(), constrained :: lazy_bdd(), uncertain :: lazy_bdd(), dual :: lazy_bdd()} ```

(where the members are `lazy_bdd()` instead of `bdd()`?)


Replies

josevalimtoday at 6:05 PM

Correct, I pushed a fix, should be live soon! Thank you!